NAudio Seek position when playing byte array

前端 未结 0 1360
小蘑菇
小蘑菇 2021-01-06 05:47

My program read byte array from specific audio file and play it.

        byte[] playArray = new byte[_outOffset - _inOffset];
        using (BinaryReader read         


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