How can I resample wav file

后端 未结 4 435
青春惊慌失措
青春惊慌失措 2021-01-03 17:24

Currently I\'m recording an audio signal with following specs:

  • Channels: 1
  • SamplesPerSecond: 8000
  • BitsPerSample: 16

How can I

4条回答
  •  时光取名叫无心
    2021-01-03 17:25

    try Naudio - it is a free + opensource .NET library offering several things including the ability to resample AFAIK.

    As requested sample source for resampling

提交回复
热议问题