Bass sample application for FMX Delphi

Started by superkan619, 7 Apr '24 - 14:49

superkan619

Hi, in the sample from TDDung:
https://github.com/TDDung/Delphi-BASS/tree/main


I needed a pause support.

//Delphi Sydney

Ian @ un4seen

You can pause a recording by calling BASS_ChannelPause on its handle (returned by BASS_RecordStart). And then BASS_ChannelStart when you want to resume it.