- #1
GreenPrint
- 1,196
- 0
Homework Statement
Search the internet for some fun sound bytes to include in your programs. Two sources are http://www.wavcentral.com and http://www/wavsource.com . Import the sound byte and use it in an appropriate sport in your program. For example, end your program with Elmer Fudd singing "Kill the Wabbit."
Homework Equations
The Attempt at a Solution
So I located a file that I wanted to use, downloaded it the current directory with all my other MATLAB files.
http://www.wavsource.com/snds_2011-07-03_6218469021342645/tv/looney_tunes/kill_wabbit2.wav
but when I input the following command I get an error
y=wavread( 'kill_wabbit2.wav' )
? Error using ==> wavread at 166
Data compression format (Format #85) is not supported.
I was wondering what exactly it is that I'm doing wrong and how to produce the results that the problem was expecting me to because it appears that I did something wrong.
Last edited by a moderator: