summaryrefslogtreecommitdiff
path: root/firmware/export/audio.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/audio.h')
-rw-r--r--firmware/export/audio.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/firmware/export/audio.h b/firmware/export/audio.h
index 293956cb37..24e8e9a0e7 100644
--- a/firmware/export/audio.h
+++ b/firmware/export/audio.h
@@ -212,10 +212,7 @@ unsigned long audio_num_recorded_bytes(void);
212 212
213#if CONFIG_CODEC == SWCODEC 213#if CONFIG_CODEC == SWCODEC
214/* SWCODEC recording functions */ 214/* SWCODEC recording functions */
215/* playback.c */ 215unsigned long audio_prerecorded_time(void);
216bool audio_load_encoder(int afmt);
217void audio_remove_encoder(void);
218unsigned char *audio_get_recording_buffer(size_t *buffer_size);
219#endif /* CONFIG_CODEC == SWCODEC */ 216#endif /* CONFIG_CODEC == SWCODEC */
220 217
221#endif /* HAVE_RECORDING */ 218#endif /* HAVE_RECORDING */