summaryrefslogtreecommitdiff
path: root/apps/plugins/wavrecord.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/wavrecord.c')
-rw-r--r--apps/plugins/wavrecord.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/wavrecord.c b/apps/plugins/wavrecord.c
index 58a103dfe2..20a04ced28 100644
--- a/apps/plugins/wavrecord.c
+++ b/apps/plugins/wavrecord.c
@@ -3507,7 +3507,7 @@ static int record_file(char *filename)
3507 return PLUGIN_ERROR; 3507 return PLUGIN_ERROR;
3508 } 3508 }
3509 3509
3510 rb->sound_set_pitch(1000); /* reset pitch */ 3510 rb->sound_set_pitch(PITCH_SPEED_100); /* reset pitch */
3511 mas_download_pcm(); 3511 mas_download_pcm();
3512 num_rec_bytes = 0; 3512 num_rec_bytes = 0;
3513 bytes_written = 0; 3513 bytes_written = 0;