PCM and Mega2560

Thank you, I shortened the code because there were a lot of numbers, and I've only put the first few followed by some text, which is probably why it did not compile. Also, I used the PCM library. I've changed the code to the exact example so it should compile, but it will probably be silent for there are only enough numbers for milliseconds of sound. Please download the PCM library and open up the example project for the library given. (all should be able to be done through the Arduino App)

Yes, the pirate song was through tone(). But converting the song into the numbers should make it be able to play without an SD card for extra space. Or at least that's what the guide title says(https://github.com/charliegerard/dev-notes/blob/master/arduino/**wavFilesWithoutSdCard**.md).