Questions tagged [microsoft-acm]

The Microsoft Audio Compression Manager API

The Microsoft Audio Compression Manager API is found in the MSACM DLL.

3 questions
1
vote
1 answer

Ogg to Riff/Wave encoding with acm

My task is to record wave file, convert it to ogg and pack it to the riff container. First two parts were done, but I have problems with the third part. I've found a source code which can solve my problem, but it doesn't work correctly. #include…
1
vote
1 answer

Is GSM6.10 audio format block or stream based?

I might be asking the wrong question, but my knowledge in this area is very limited. I'm using acmStreamConvert to convert PCM to GSM (6.10). Audio Format: 8khz, 16-bit, mono For the PCM buffer size I'm using 640 bytes (320 samples). For GSM buffer…
eselk
  • 6,764
  • 7
  • 60
  • 93
0
votes
1 answer

Convert GSM6.10 to PCM with no data loss

I have code that converts audio from PCM to GSM6.10 and back, using MSACM functions. When I run it to convert back and forth a few times, I get a noticeable degradation in audio quality. I did similar conversions in Audacity, and saw a similar…
Shahar Mosek
  • 1,922
  • 3
  • 17
  • 27