New library for PWM playback from SD cards: SimpleSDAudio

can you easily change the speaker out pin used on the Arduino?

I tried to change this:

uint8_t const SSDA_PWM1_PIN = 9; // OC1A PB1

to

uint8_t const SSDA_PWM1_PIN = 5;

but didnt seem to work on getting output on PWM pin 5

thanks