Trying to Play a longer wav file in a program
3 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Hi, Ive been trying to get to play Enter Sandman.wav in matlab once a certain criteria is met. I tried running
[y, fs] = audioread('Enter Sandman.wav');
soundsc(y, fs);
y returns as 1, and fs as 44100. The song is 3 minutes long, and when I play it, I only hear clicks from the speakers. Please help
1 Commento
Jonas
il 18 Apr 2021
could you please supply the file
did you already plot the audio data to see whats inside?
Risposte (0)
Vedere anche
Categorie
Scopri di più su Audio I/O and Waveform Generation in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!