summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/talk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/talk.c b/apps/talk.c
index f3ca967..3634ecf 100644
--- a/apps/talk.c
+++ b/apps/talk.c
@@ -626,7 +626,7 @@ static bool restore_state(void)
{
size_t size;
audio_restore_playback(AUDIO_WANT_VOICE);
- voicebuf = audio_get_buffer(false, &size);
+ voicebuf = audio_get_buffer(true, &size);
}
return !!voicebuf;