Author Topic: Android notify a record  (Read 625 times)

egor

  • Guest
Android notify a record
« on: 20 Oct '23 - 18:43 »
Many Android devices signal that a microphone is currently being used to protect privacy, for example with a green icon in the corner like mine.

I create  record channel once (BASS_RecordStart), and then remove and pause it when necessary
I always see the record icon, despite the fact that the record channel is paused. Is this how it should be?


Egor

  • Guest
Re: Android notify a record
« Reply #1 on: 30 Oct '23 - 11:25 »
those. the device continues to signal recording despite the fact that I used BASS_ChannelPause

Ian @ un4seen

  • Administrator
  • Posts: 26083
Re: Android notify a record
« Reply #2 on: 30 Oct '23 - 16:12 »
BASS_ChannelPause on Android will currently stall a recording (starve it of buffers) but not entirely stop it. Here's an update that should stop it, for you to try:

   www.un4seen.com/stuff/bass-android.zip

Please let me know if you still see any problem with it.