summaryrefslogtreecommitdiffhomepage
path: root/examples/audio
diff options
context:
space:
mode:
Diffstat (limited to 'examples/audio')
-rw-r--r--examples/audio/audio_raw_stream.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/audio/audio_raw_stream.c b/examples/audio/audio_raw_stream.c
index 136e02f3..85a77bc0 100644
--- a/examples/audio/audio_raw_stream.c
+++ b/examples/audio/audio_raw_stream.c
@@ -99,7 +99,7 @@ int main(void)
}
// Refill audio stream if required
- if (IsAudioBufferProcessed(stream))
+ if (IsAudioStreamProcessed(stream))
{
// Synthesize a buffer that is exactly the requested size
int writeCursor = 0;