Sound files with 4 channels in MATLAB
Mostra commenti meno recenti
Dear,
When I try to read the handel.wav audio in MATLAB, I found that it is a mono (1 channel) sound (p=1).
Can you suggest please an audio with 4 channels. It means Its not mono or stereo. I have to fing p=4
3 Commenti
Rik
il 31 Gen 2023
What do you need it for? And why can't you just replicate the mono sound to four channels?
high speed
il 31 Gen 2023
Perhaps this —
v1 = rand(5,1)
v4 = v1 * ones(1,4)
.
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su Audio and Video Data in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!