0

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?

Michael Petrotta
  • 59,888
  • 27
  • 145
  • 179
TomJeffries
  • 558
  • 1
  • 8
  • 25

1 Answers1

1

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).

Roman R.
  • 68,205
  • 6
  • 94
  • 158