So I'm trying to get PCMAudio (Arduino Playground - PCMAudio) to work on my Arduino Mega (ATMega1280) but it doesn't seem to work at all.
According to this site (http://arduino.cc/forum/index.php/topic,43529.0.html) the PWM ports are mapped differently from the ATMega168 which PCMAudio code is based on and I will need to find the correct mapping in the (hardware/cores/arduino/pins_arduino.c) file.
But I can't seem a mapping any where in the file, it all seem to suggest the timers and interrupts are still controlling pin 11.
Am I missing something really obvious?