- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello, I need your help. When I convert 16bits PCM wav file to 8bit A-law using
ippsLinToMuLaw_16s8u(tmpBuffer, (Ipp8u*) inputBuffer, lCvtLen);
Main problem is that quality after compressing is significantly lower comparing to PCM16 (When I compared these signals using Adobe Audition I saw that compressed signal is more noisy.)
Can you give me some advice to resolve it?
I added cpp file from my project.
Thank you, Ron.
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
The ippsLinToMuLaw function assume that the input data is the raw PCM file, no wav file header. The test code is looks taking the wave hearder as well. Also, input data is 16 bits, the output is 8u. It may lost a bit loss not the data.
Thanks,
Chao
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page