Feeds
提问
Dividing the audio signal into frames and reodering the frames to create an unintelligent audio
I got a problem doing this MAT LAB code I have an audio signal of 10sec and i want to divide it into 100 samples or frames and i...
10 years 前 | 1 个回答 | 0
1
个回答提问
Audio Scrambler code to create unintelligent audio
The code i created is below stars = audioread('stars.mp3'); Mono = (stars(:,1)+stars(:,2))/2; fs = 44100; ...
10 years 前 | 1 个回答 | 0