// _sound_info-v29a.txt  (12/05/2025)
// sound info for sketch version 29 and higher
//
// All audio files are stored on the Micro SD card inserted in the DFPlayer Mini module
// Sound files can be either MP3 or WAV files
//
// Sounds are stored in folder named 00 (you can append to name: 00-sound files  or anything after the 00)
//
// Sound files must be named starting with 3 digits from 001-255 and placed in 00 folder
//   example:  005-exterminate.mp3
//
//
//
// there are 4 audio modes (for now)
//
// servo mode - down, X button and PS button (just a few sounds - least annoying) 
// dpad mode - right, left, down, X and ps button (many sounds - beast mode!)
// ps mode - X, down, ps button  (some sounds - OK for kids)
// r2d2 mode - enable this by holding Button1 while booting or install jumper by Button1
//
//
// press up arrow 12 times to enable Dpad key sounds and disable servo mode- DONT TELL THE KIDS
// (up arrow 12 more times returns to servo mode from Dpad mode)
//
//   right - cycles through 15 sounds named (201-215 if dpad*) (170 if PSmode*)
//   left  - (replay right arrow sound if dpad*) (175 if PSmode*)
//   
//   up    - plays sound named (216 if dpad)
//           works 3 times until you press another button
//
//   down  - plays sound named (220 if servo*) (221-222 if dpad*) (223 if PS*) 
//           works once until you press another button

//
// press down arrow 12 times to enable round PlayStation button(PSmode)- DONT TELL THE KIDS
// (down arrow 12 more times returns to servo mode from PSmode)
//
//   PS    - cycles through sounds (224 if servo) (225-229 if PSmode*) (230-250 if dpad) ear lights
//           (sound 011 if r2d2)
//
//   X     - (sound 140-143 if servo*) (sound 150-159 if dpad*) (sound 160-164 if PSmode*) - gun light 
//           (sound 038-050 if r2d2*)
//	
// 012 - Red circle button (r2d2 mode gun)	
// 013 - Red circle button (machine gun)
// 015 - Trigger button (Pew gun)
// 016 - Trigger button (r2d2 Pew gun)
// 008 - L1 button (r2d2 mode)its a trap (cycle through 008-010)
// 005 - L1 button (exterminate)
// 190 - dpadMode announcement
// 191 - psMode announcement
// 192 - servoMode announcement
// 193 - dalekMode announcement
// 194 - r2d2Mode announcement
// 195 - Adjustable speed announcement
//
//        * ignore the asterisk



/*
//
    // TO ENABLE SPEED ADJUST POT:
    // Create folder named "10-settings" on your SD card(from the DF-Player)
    //
    // Place an MP3 with a name starting with "100-speedPOT". 
    // You can add to end of this name if desired



    // TO ENABLE SPEED ADJUST WITHOUT A POT: 
    // Create folder named "10-settings" on your SD card(from the DF-Player)
    //
    // Place an MP3 with a name starting with "101-speedPICK". 
    // You can add to end of this name if desired
    // 100-speedpot must not exist (rename it to x100-speedpot)
    //
    // Now name another MP3 with a name between 050 and 099 to indicate your speed setting.
    // There may already be a file named  "x060-speed has been set.mp3" that you can remove
    // the "x" and change the 3 digits to your desired speed adjust setting.






    // TO ENABLE ALTERNATE BRAKE SETTING: (normally not needed...some of us are not normal)
    // Some motor drivers like the XY-160d require IN1 and IN2 to be set to 00 for braking.
    // The TB6612FNG uses 00 for stop and 11 for brake.
    //
    // Place an MP3 with a name starting with "102-brake00" in the folder named "10-settings" 
    // on your SD card (from the DF-Player).

//
*/
