Funny, lot of people do the same error recently. Probably a copy & paste error from some word processor.
Anyway, you have curvy double quotes, instead of the straight one used in programming:
minim.loadFile(“dog.wav”);
should be:
minim.loadFile("dog.wav");
Anyway, you have curvy double quotes, instead of the straight one used in programming:
minim.loadFile(“dog.wav”);
should be:
minim.loadFile("dog.wav");