idoit
idoit
ffp_set_playback_rate 这个不是只能是0.5到2倍之间吗?大于2倍的呢?
但是我发现/*! @enum AudioQueueParameterID @abstract Constants that identify the parameters for audio queues. @discussion You can set a parameter in one of two ways: Assign a parameter value to an audio...
3ks,但是那个库好像最大也是2倍 // Sets new rate control value. Normal rate = 1.0, smaller values // represent slower rate, larger faster rates. void SoundTouch::setRate(double newRate) { virtualRate = newRate; calcEffectiveRateAndTempo(); } //...
I have the same problem, i use python 3.7. what is your python version and gradio version?