Info
Questa domanda è chiusa. Riaprila per modificarla o per rispondere.
Sir, I have an audio file with length 287339 samples but i have to change that audiofile length to 285040 . How i will do that ?
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
The audio file sampling ffrequency is 44100Hz.
7 Commenti
Walter Roberson
il 9 Mag 2019
Loop over the channels
resample(OneChannel, 285040, length(OneChannel))
Risposte (0)
Questa domanda è chiusa.
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!