Trying to Play a longer wav file in a program

1 view (last 30 days)
Naweed Niaz
Naweed Niaz on 16 Apr 2021
Commented: Jonas on 18 Apr 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 Comment
Jonas
Jonas on 18 Apr 2021
could you please supply the file
did you already plot the audio data to see whats inside?

Sign in to comment.

Answers (0)

Community Treasure Hunt

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

Start Hunting!