David Reid
2671e07560
Add examples for the high level API.
2021-08-14 18:41:26 +10:00
David Reid
722089d928
Fix the duplex_effect example.
...
This had the naming of source and excite the wrong way around.
2021-01-24 09:00:43 +10:00
David Reid
c85993ccf4
Scale the volume up a bit for the vocoder example.
2021-01-16 21:54:08 +10:00
David Reid
c4a07387f6
Get the bus order correct on the vocoder example.
2021-01-16 21:41:02 +10:00
David Reid
306922e024
Clarification to the duplex_effect example.
2021-01-16 20:40:53 +10:00
David Reid
2e22affe38
Update ma_audio_buffer_ref_init() to take a buffer.
...
This saves a mandatory call to ma_audio_buffer_ref_set_data(). With
this change, an ma_audio_buffer_ref_init() call is all that is required
to initialize a usable data source.
2021-01-16 20:36:19 +10:00
David Reid
6c4bdaf7e0
Add vocoder node and duplex example.
2021-01-16 19:48:12 +10:00