inputting_20real-time_20audio
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
inputting_20real-time_20audio [2024/04/19 16:18] – Single audio buffer richardrussell | inputting_20real-time_20audio [2024/04/19 17:43] (current) – richardrussell | ||
---|---|---|---|
Line 78: | Line 78: | ||
IF Device% = 0 ERROR 100, " | IF Device% = 0 ERROR 100, " | ||
- | SamplingRate% = have.freq% | ||
BytesPerBuffer% = have.size% | BytesPerBuffer% = have.size% | ||
WordsPerBuffer% = BytesPerBuffer% DIV 4 | WordsPerBuffer% = BytesPerBuffer% DIV 4 | ||
Line 109: | Line 108: | ||
UNTIL R% <= 0 | UNTIL R% <= 0 | ||
UNTIL FALSE | UNTIL FALSE | ||
+ | END | ||
</ | </ | ||
inputting_20real-time_20audio.txt · Last modified: 2024/04/19 17:43 by richardrussell