Trying to Play a longer wav file in a program

2 visualizaciones (últimos 30 días)
Naweed Niaz
Naweed Niaz el 16 de Abr. de 2021
Comentada: Jonas el 18 de Abr. de 2021
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
Jonas el 18 de Abr. de 2021
could you please supply the file
did you already plot the audio data to see whats inside?

Iniciar sesión para comentar.

Respuestas (0)

Categorías

Más información sobre Audio I/O and Waveform Generation en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by