Author Topic: Bass sample application for FMX Delphi  (Read 325 times)

superkan619

  • Posts: 1
Bass sample application for FMX Delphi
« on: 7 Apr '24 - 14:49 »
Hi, in the sample from TDDung:
https://github.com/TDDung/Delphi-BASS/tree/main


I needed a pause support.

//Delphi Sydney
« Last Edit: 9 Apr '24 - 19:09 by superkan619 »

Ian @ un4seen

  • Administrator
  • Posts: 26083
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.