# | Line 352 | Line 352 | void AudioInterrupt(void) | |
---|---|---|
352 | * It is guaranteed that AudioStatus.num_sources == 0 | |
353 | */ | |
354 | ||
355 | < | void audio_set_sample_rate(int index) |
355 | > | bool audio_set_sample_rate(int index) |
356 | { | |
357 | + | return true; |
358 | } | |
359 | ||
360 | < | void audio_set_sample_size(int index) |
360 | > | bool audio_set_sample_size(int index) |
361 | { | |
362 | + | return true; |
363 | } | |
364 | ||
365 | < | void audio_set_channels(int index) |
365 | > | bool audio_set_channels(int index) |
366 | { | |
367 | + | return true; |
368 | } | |
369 | ||
370 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |