|
Noble Ape
The Central Directories of the Noble Ape Simulation.
|
Handles audio output for the Noble Toolkit. More...
Go to the source code of this file.
Functions | |
| void | audio_fft (n_byte inverse, n_uint power_sample) |
| void | audio_clear_buffers (n_uint length) |
| void | audio_clear_output (n_audio *audio, n_uint length) |
| void | audio_equal_output (n_audio *audio, n_uint length) |
| void | audio_multiply_output (n_audio *audio, n_uint length) |
| void | audio_set_frequency (n_uint entry, n_uint value) |
| void | audio_aiff_body (void *fptr, n_audio *samples, n_uint number_samples) |
| void | audio_aiff_header (void *fptr, n_uint total_samples) |
Handles audio output for the Noble Toolkit.
Definition in file audio.c.
| void audio_aiff_header | ( | void * | fptr, |
| n_uint | total_samples | ||
| ) |
| void audio_clear_buffers | ( | n_uint | length | ) |
1.8.1.1