
http://youtu.be/OOE3fZK9078
Changed the video from private

BasicallyPure wrote: I'm glad you finally found it.![]()
Simo_na wrote:I'd like to record in 96k and 24 bit with your PureAudioRecorder,, is that possible?
Thank you
UP
Simo_na wrote:Simo_na wrote:I'd like to record in 96k and 24 bit with your PureAudioRecorder,, is that possible?
Thank youUP
Please stop doing that. Apparently no one has an answer to your question.Simo_na wrote:UP
Code: Select all
Global NumDevices.i
Code: Select all
If NumDevices
threadID1 = CreateThread(@AUDIO_LOOP(), #Null) ; THREAD TO HANDLE CALLBACK
threadID2 = CreateThread(@METER_LOOP(), #Null) ; THREAD TO HANDLE METER
EndIf