wave player

Dependents:   rpg_game_shell_FA21_Nasir SDFileSystem_HelloWorld Final_Project_ECE_4180

Files at this revision

API Documentation at this revision

Comitter:
nasiromar
Date:
Thu Dec 02 06:23:34 2021 +0000
Parent:
2:e988a578043f
Commit message:
nothing;

Changed in this revision

wave_player.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/wave_player.cpp	Wed Dec 01 22:07:10 2021 +0000
+++ b/wave_player.cpp	Thu Dec 02 06:23:34 2021 +0000
@@ -55,7 +55,7 @@
         unsigned char *data_bptr;
         int *data_wptr;
         FMT_STRUCT wav_format;
-        wav_format.sample_rate = 110;
+        wav_format.sample_rate = 1000;
         long slice,num_slices;
   DAC_wptr=0;
   DAC_rptr=0;