Convert wav file to chunks of byte arrays of specific file length?

前端 未结 0 483
[愿得一人]
[愿得一人] 2020-12-20 18:27

I have this code to convert wav file to byte array:

byte[] bytes = File.ReadAllBytes(@"E:\\Documents\\file.wav");

The file length i

相关标签:
回答
  • 消灭零回复
提交回复
热议问题