Audio in Background

Dan Friedman dan at clearvisiontech.com
Mon Jun 27 17:51:47 EDT 2022


Panos,

Just wanted you to know that adding “iphoneEnableRemoteControl” did the trick!   The app received the “remoteControlReceived” message and was able to act on that message even in the background.  Sweet!

Thank you!

Dan Friedman
CEO, ClearVision Technologies, LLC
Voice: 909/484-2052
http://www.clearvisiontech.com


From: panagiotis m <merakosp at gmail.com>
Date: Monday, June 27, 2022 at 10:25 AM
To: How to use LiveCode <use-livecode at lists.runrev.com>
Cc: Dan Friedman <dan at clearvisiontech.com>
Subject: Re: Audio in Background

Hello Dan

In fact this feature might be supported already.

If you have a look at the dictionary, there is the "iphoneEnableRemoteControl" command.

This is to enable remote control. Then, you can use "setRemoteControlDisplay" to update the metadata and such.

Then, you get "remoteControlReceived" events when the buttons in the remote control are pressed.

(remote control is the thingy in the Control Center)

Note that this code has not been tested recently. I'll have a play tomorrow and see if it still works.

Kind regards,
Panos

On Mon, 27 Jun 2022 at 19:25, Dan Friedman <dan at clearvisiontech.com<mailto:dan at clearvisiontech.com>> wrote:
Panos,

Thank you...  That fixed it!  The audio continues when the app is sent to the background.   However, the application's audio does not appear in the Control Center:

https://www.imore.com/sites/imore.com/files/styles/xlarge/public/field/image/2017/10/ios-11-control-center-view-now-playing-screens-01.jpeg

Is this possible?


-Dan


On 6/27/22, 8:49 AM, "use-livecode on behalf of panagiotis m via use-livecode" <use-livecode-bounces at lists.runrev.com<mailto:use-livecode-bounces at lists.runrev.com> on behalf of use-livecode at lists.runrev.com<mailto:use-livecode at lists.runrev.com>> wrote:

    Hello Dan,

    On iOS, I think you have to add this line in your openStack handler (or
    elsewhere):

    iphoneSetAudioCategory "playback"

    Kind regards,
    Panos
    --

    On Mon, 27 Jun 2022 at 18:29, Dan Friedman via use-livecode <
    use-livecode at lists.runrev.com<mailto:use-livecode at lists.runrev.com>> wrote:

    > Happy Monday!   I am using the native player control (on both iOS and
    > Android).  It's working quite well!   The only problem I have is that the
    > background audio doesn't seem to honor this control.  If I play audio in a
    > native browser, it works.   Is there something I need to set or do to get
    > it to work?   I have "Android Background Audio" selected in application
    > settings and "Background Audio" checked in the "Requirements" panel.
    >
    > Thanks in advance!
    > -Dan
    >
    > _______________________________________________
    > use-livecode mailing list
    > use-livecode at lists.runrev.com<mailto:use-livecode at lists.runrev.com>
    > Please visit this url to subscribe, unsubscribe and manage your
    > subscription preferences:
    > http://lists.runrev.com/mailman/listinfo/use-livecode
    >
    _______________________________________________
    use-livecode mailing list
    use-livecode at lists.runrev.com<mailto:use-livecode at lists.runrev.com>
    Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
    http://lists.runrev.com/mailman/listinfo/use-livecode


More information about the use-livecode mailing list