summaryrefslogtreecommitdiff
path: root/apps/recorder/recording.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/recorder/recording.c')
-rw-r--r--apps/recorder/recording.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/recorder/recording.c b/apps/recorder/recording.c
index 21db298184..c30098277d 100644
--- a/apps/recorder/recording.c
+++ b/apps/recorder/recording.c
@@ -1093,6 +1093,10 @@ bool recording_screen(bool no_source)
1093#endif 1093#endif
1094 1094
1095#if CONFIG_CODEC == SWCODEC 1095#if CONFIG_CODEC == SWCODEC
1096 /* This should be done before touching audio settings */
1097 while (!audio_is_thread_ready())
1098 sleep(0);
1099
1096 /* recording_menu gets messed up: so prevent manus talking */ 1100 /* recording_menu gets messed up: so prevent manus talking */
1097 talk_disable(true); 1101 talk_disable(true);
1098 /* audio_init_recording stops anything playing when it takes the audio 1102 /* audio_init_recording stops anything playing when it takes the audio