diff options
Diffstat (limited to 'apps/plugins/wavplay.c')
| -rw-r--r-- | apps/plugins/wavplay.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/wavplay.c b/apps/plugins/wavplay.c index 50b671f..368d8e3 100644 --- a/apps/plugins/wavplay.c +++ b/apps/plugins/wavplay.c @@ -3547,7 +3547,7 @@ int play_file(char* filename) rb->lcd_puts(0, 2, buf); rb->lcd_update(); - rb->sound_set_pitch(1000); /* reset pitch */ + rb->sound_set_pitch(PITCH_SPEED_100); /* reset pitch */ mas_download_pcm(); /* Download PCM codec */ /* Configure PCM codec */ |