how can i convert audio sample rate and audio sample size of wave files ??
-
hi every body i want know how can i convert the audio sample rate and sample size in wave file Ex: i have audio files with sample size 16bit , audio sample rate 44khz and i want to change it to 8 bit , audio sample rate 11khz how can i do this by c# thanks in advance
-
hi every body i want know how can i convert the audio sample rate and sample size in wave file Ex: i have audio files with sample size 16bit , audio sample rate 44khz and i want to change it to 8 bit , audio sample rate 11khz how can i do this by c# thanks in advance
well after a quick google search, see here [^]for details. I found that WAVE files can be stored in a number of different encodings, see here [^]for details. So I would suggest finding the encoding you have first. Then you can look into the format of that encoding. For example MP3 encoding details can be found here[^]. Then you can parse the file and change the data you want then save the file again. Simple enough in theory, but are you prepared to attempt the work is the real question.
Life goes very fast. Tomorrow, today is already yesterday.