diff options
Diffstat (limited to 'src/audio/audio.cc')
| -rw-r--r-- | src/audio/audio.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/audio/audio.cc b/src/audio/audio.cc index 517e376..a1a6f7b 100644 --- a/src/audio/audio.cc +++ b/src/audio/audio.cc @@ -48,6 +48,7 @@ void audio_start() { } } +#ifndef STRIP_ALL void audio_render_silent(float duration_sec) { const int sample_rate = 32000; const int chunk_size = 512; @@ -60,6 +61,7 @@ void audio_render_silent(float duration_sec) { total_frames -= frames_to_render; } } +#endif void audio_update() { } |
