PBXes (http://www1.pbxes.com/forum/index.php)
- English (http://www1.pbxes.com/forum/board.php?boardid=16)
-- Feature Requests (http://www1.pbxes.com/forum/board.php?boardid=23)
--- RE: G722 for voice messages (http://www1.pbxes.com/forum/threadid.php?threadid=1504187980)
G722 for voice messages
Hello,
Our trunks, phones and the PBX support the G722 codec (HD Voice) with a 16 kHz sampling rate.
Now we want to have voice messages (digital receptionist and voicemail) in high fidelity as well.
I've tried to upload a 16 kHz 16 bits WAV file, but it is rejected
Thanks for your answer.
RE: G722 for voice messages
We would be able to process G.722 encoded files for playback. Before we work on implementing this, we will try to figure out how to encode audio files into this format. If you have any idea on that, please let us know.
RE: G722 for voice messages
Hello,
First I use OS X speech synthesis to prepare a 16 bits 16 kHz WAV LPCM audio file:
code:
say -v Daniel "I'm a british voice, this is a test of the G722 codec" -o test.wav --file-format=WAVE --data-format=LEI16@16000
Then you can transcode it into G722 using ffmpeg:
code:
ffmpeg -i test.wav -acodec g722 test.g722
And you can convert it back to WAVE:
code:
ffmpeg -i test.g722 -acodec pcm_s16le test.back.wav
RE: G722 for voice messages
Great, we are now working on the implementation. Expect it to be ready for testing in December.
Powered by: Burning Board Lite 1.0.2 © 2001-2004 WoltLab GmbH
English translation by Satelk