summaryrefslogtreecommitdiff
path: root/apps/plugins/wavplay.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/wavplay.c')
-rw-r--r--apps/plugins/wavplay.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/wavplay.c b/apps/plugins/wavplay.c
index 50b671f52c..368d8e3475 100644
--- a/apps/plugins/wavplay.c
+++ b/apps/plugins/wavplay.c
@@ -3547,7 +3547,7 @@ int play_file(char* filename)
3547 rb->lcd_puts(0, 2, buf); 3547 rb->lcd_puts(0, 2, buf);
3548 rb->lcd_update(); 3548 rb->lcd_update();
3549 3549
3550 rb->sound_set_pitch(1000); /* reset pitch */ 3550 rb->sound_set_pitch(PITCH_SPEED_100); /* reset pitch */
3551 mas_download_pcm(); /* Download PCM codec */ 3551 mas_download_pcm(); /* Download PCM codec */
3552 3552
3553 /* Configure PCM codec */ 3553 /* Configure PCM codec */