tweaks cx16 sample streaming example, also added a new one

This commit is contained in:
Irmen de Jong
2024-07-23 02:10:05 +02:00
parent 966b017670
commit 17f7b11148
5 changed files with 163 additions and 30 deletions

View File

@@ -224,6 +224,8 @@ Here they are, all available in ``cx16``:
``set_aflow_irq_handler (uword address)``
Sets the audio buffer underrun interrupt handler routine. Also enables AFLOW interrupts.
Note: the handler must fill the Vera's audio fifo buffer by itself with at least 25% worth of data (1 kb)
otherwise the aflow irq keeps triggering.
``disable_irq_handlers ()``
Hand control back to the system default IRQ handler.