Audio Codec Sample demonstrates how to create audio codec using DirectX technology This example demonstrates how to create audio codec using DirectX technology.
For better understanding we applied the sample algorithms of encoding/decoding:
audio encoder duplicates each word (2 bytes).
audio decoder makes the reverse operation: it cuts out every second word (2 bytes). So Alparysoft
audio encoder Filter Alparysoft
audio decoder are samples of
sound wave designing.
You can replace the algorithms of encoding/decoding and make your own audio codec.