Pregunta

I need to convert some hi res audio files to u-law compression. I find no documentation on this- I'm almost certain the codec is there on Windows machines, but how the heck do I access it?

¿Fue útil?

Solución

Yes the codec is there, however it is outside of WASAPI. APIs that deal with codecs are:

Not sure about the latter, however the first two have the μ-law encoder readily available (the codec itself has ACM interface, and DirectShow offers a wrapper over it).

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top