1
0
Fork 0

*** empty log message ***

This commit is contained in:
bagyenda 2009-11-22 03:49:12 +00:00
parent ab8828922d
commit 79cd5a1c7b
2 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,5 @@
2009-11-22 P. A. Bagyenda <bagyenda@dsmagic.com>
* Added au audio format transcoding (thanks to Thilani Abeysinghe <a.thilani at gmail.com>)
2009-10-14 P. A. Bagyenda <bagyenda@dsmagic.com>
* Added Billing info to mmssend (thanks to Vincent CHAVANIS <v.chavanis at telemaque.fr>)
* Fix for automake 1.1 (thanks to Vincent CHAVANIS <v.chavanis at telemaque.fr>)

View File

@ -568,6 +568,8 @@ struct {
"sox -t wav - -t raw -s -w -c 1 -r 8000 - lowpass 3700 | amrencoder MR122 - -", "amr",0, TAUDIO},
{"audio/amr-wb", 0, "amrdecoder - - | sox -t raw -s -w -c 1 -r 8000 - -t wav -",
"sox -t wav - -t raw -s -w -c 1 -r 8000 - lowpass 3700 | amrencoder MR122 - -", "amr",0, TAUDIO},
{"audio/au", 0,"sox -t au -s - -t wav -","lame - -","mp3",0,TAUDIO},
#if 0
{"audio/midi", 0, "cat", "cat", "mid",0, TAUDIO},
{"audio/sp-midi", 0, "cat", "cat", "mid",0, TAUDIO},