Hello,
I'm wrtting a program which recording FAX Weatherpictures from satellit.
The boudrate is 120
I receive the audiosignal from my tranceiver (137,1 MHz FM).
My input is
ChannelInput:=BASS_RecordStart(0,2,0,@RecordingCallback,nil);
the routine ChannelInput:=BASS_RecordStart(0,2,0,@RecordingCallback,nil);
calls the BASS.dll ca. every 100ms.
But it is not enough.
It is possible to change the call of RecordingCallback to 10ms?
kind regards
Jürgen