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 58a103d..20a04ce 100644
--- a/apps/plugins/wavrecord.c
+++ b/apps/plugins/wavrecord.c
@@ -3507,7 +3507,7 @@ static int record_file(char *filename)
return PLUGIN_ERROR;
}
- rb->sound_set_pitch(1000); /* reset pitch */
+ rb->sound_set_pitch(PITCH_SPEED_100); /* reset pitch */
mas_download_pcm();
num_rec_bytes = 0;
bytes_written = 0;