User Tools

Site Tools


inputting_20real-time_20audio

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
inputting_20real-time_20audio [2024/04/19 16:18] – Single audio buffer richardrussellinputting_20real-time_20audio [2024/04/19 17:43] (current) richardrussell
Line 78: Line 78:
       IF Device% = 0 ERROR 100, "Couldn't open audio device " + deviceName$(index%)       IF Device% = 0 ERROR 100, "Couldn't open audio device " + deviceName$(index%)
  
-      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
 </code> </code>
  
inputting_20real-time_20audio.txt · Last modified: 2024/04/19 17:43 by richardrussell