You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I am trying to perform a speed doubling operation on the audio data decoded by ffmpeg. My initial idea was to use impulse sampling to achieve speed doubling, but changing the tone of the sound caused me a lot of trouble. So I chose to use snoic for audio data doubling processing, but it seems that the extraction and processing of audio data did not follow my expectations.
For example, for dual channel audio and FLTP audio formats, my approach is to write the data into sonic according to the number and order of channels, process it, and then retrieve it. But I'm not sure if I write all the data from both channels at once before reading, or if I read it every time I write to one channel. Thank you very much for your advice!
Hello, I am trying to perform a speed doubling operation on the audio data decoded by ffmpeg. My initial idea was to use impulse sampling to achieve speed doubling, but changing the tone of the sound caused me a lot of trouble. So I chose to use snoic for audio data doubling processing, but it seems that the extraction and processing of audio data did not follow my expectations.
For example, for dual channel audio and FLTP audio formats, my approach is to write the data into sonic according to the number and order of channels, process it, and then retrieve it. But I'm not sure if I write all the data from both channels at once before reading, or if I read it every time I write to one channel. Thank you very much for your advice!
The text was updated successfully, but these errors were encountered: