shiffman / LearningProcessing

A repo for examples from the book Learning Processing
http://learningprocessing.com
606 stars 276 forks source link

Swap out defunct mp3 samples for wav in chapter 20 #228

Closed multimentha closed 6 years ago

multimentha commented 6 years ago

The sound library currently crashes when attempting to play back certain mp3 files, see issue #11 over there We circumvent this by using WAV instead of MP3.

shiffman commented 6 years ago

Thanks for this! Maybe we should leave the mp3 files in the repo so that it can be switched back in case it works again later?

multimentha commented 6 years ago

@shiffman Great idea! I've added another commit that brings back the mp3 files.

shiffman commented 6 years ago

Wonderful, thank you!