- Community Home
- >
- Networking
- >
- Legacy
- >
- IP Telephony - VCX
- >
- Poor Audio Quality on MOH after conversion to G729
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2011 09:44 AM
03-03-2011 09:44 AM
Poor Audio Quality on MOH after conversion to G729
After converting IPM to G729 the canned music on hold is loud and distorted.
uploaded a new music .wav file and ran wav2ip but it doesn't sound any better.
Is there a recommended application we can use to convert the .wav file directly to the format IPM is looking for for G729 without having to use wav2ip ?
Assume I would copy this file to /usr/app/app.dir/speak.vox
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-29-2011 07:00 PM
03-29-2011 07:00 PM
Re: Poor Audio Quality on MOH after conversion to G729
To be honest G729 is very compressed and doesn't deal with music at all well, especially if your call go over any carrier who also compress it resulting in multiple re-encodes.
Note that the WAV file that the VCX requires is in a very particular format which most WAV files are not. You may also need to experiment with reducing the volume of your WAV file before you convert it on the VCX.
I have sucessfully used the linux command line tool sox to make the required format change and volume changes in one step as follows:
sox input.wav -c 1 -r 8000 -U output.wav vol -17 dB
Note that sox is not installed on VCX systems as standard, although it is possible to install centos packages on a VCX system because VCX is built from modified Redhat Enterprise sources.
For VCX 7.x use Centos 3.9 and for VCX 8.x to 9.5.x use Centos 4.8 packages.
To install sox you would need the sox, libogg and libvorbis rpms.
Note that installing third party RPMs on a VCX is not recommended in general.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-09-2011 11:45 AM
06-09-2011 11:45 AM
Re: Poor Audio Quality on MOH after conversion to G729
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2012 07:33 PM
10-02-2012 07:33 PM
Re: Poor Audio Quality on MOH after conversion to G729
I tried many variations on formating the audio files with the G729 and VCX framework. Nothing would work due to the high compression as already mentioned. So we just had our carrier (ATT) drop the G729 and used G711 only. Much better.