How to read audio as an array and get its sample rate?

前端 未结 0 1746
一生所求
一生所求 2021-02-02 00:02

In Python, It\'s possible to read an audio file as an array of samples and receive its sample rate with:

import librosa
array_of_samples, samplerate = librosa.loa         


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