Any idea how the audiocodec (acx) sample in the driver samples should be used? I know what codec is but there is no description of the sample and how to use it.
It's the same as SYSVAD or SimpleAudioSample, but written using ACX. When installed through its INF, it should create a new microphone and speaker device.
1 Like
TY! Was able to play with it little bit. Is it a good starting point for implementing custom encoding/encoding support?
It depends on what you mean by "encoding". When they say "audiocodec", they aren't talking about encoding and decoding in the MP3 sense, for example. They are talking about converting digital to analog and analog to digital.
Can you describe more about what you hope to achieve?
Similar to mp3 encoding/decoding. Have a need to do that same for proprietary encoder/decoder for a custom device.
@Tim, Any feedback? TY!