Trying to Play a longer wav file in a program
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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 comentario
Jonas
el 18 de Abr. de 2021
could you please supply the file
did you already plot the audio data to see whats inside?
Respuestas (0)
Ver también
Categorías
Más información sobre Audio I/O and Waveform Generation en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!