plan9fox/sys/src/cmd/audio
cinap_lenrek a60001871e mp3dec: fix volume for mp3dec
the libmad samples need to be scaled properly. the
previous assumption was that it is 32 bits, but it
really is MAD_F_FRACTBITS + sign bit and rest used
for overflow.

thanks eekee!
2013-11-06 22:18:36 +01:00
..
flacdec audio: fix broken write() size for mp3dec/oggdec/flacdec 2012-12-11 19:55:02 +01:00
libFLAC audio: add audio/pcmconv program 2012-12-08 08:26:50 +01:00
libogg move mp3 stuff to /sys/src/cmd/audio, add ogg vorbis, add play 2012-01-22 23:30:34 +01:00
libvorbis move mp3 stuff to /sys/src/cmd/audio, add ogg vorbis, add play 2012-01-22 23:30:34 +01:00
mp3dec mp3dec: fix volume for mp3dec 2013-11-06 22:18:36 +01:00
mp3enc import updated compilers from sources 2012-07-30 19:11:16 +02:00
oggdec audio: fix broken write() size for mp3dec/oggdec/flacdec 2012-12-11 19:55:02 +01:00
oggenc move mp3 stuff to /sys/src/cmd/audio, add ogg vorbis, add play 2012-01-22 23:30:34 +01:00
pcmconv audio/pcmconv: fix mistake 2012-12-17 09:53:36 +01:00
sundec audio: replace µlawdec, add big endian and µlaw audio formats to pcmconv, µlaw in wav support 2012-12-14 04:38:45 +01:00
wavdec audio: replace µlawdec, add big endian and µlaw audio formats to pcmconv, µlaw in wav support 2012-12-14 04:38:45 +01:00
config move mp3 stuff to /sys/src/cmd/audio, add ogg vorbis, add play 2012-01-22 23:30:34 +01:00
mkfile audio: replace µlawdec, add big endian and µlaw audio formats to pcmconv, µlaw in wav support 2012-12-14 04:38:45 +01:00