how to compress audio data
C / C++ / MFC
5
Posts
3
Posters
0
Views
1
Watching
-
Recently I am writing a voice chatting program,I want to compress audio data before sending it to the other computer,could you help me?
-
When it is speech, you dont need as many bits to represent the sound. if its 16, use 8 instead, or even lower perhaps.
-
Recently I am writing a voice chatting program,I want to compress audio data before sending it to the other computer,could you help me?