Code Monkey home page Code Monkey logo

Comments (5)

ryanheise avatar ryanheise commented on July 21, 2024 1

Yes it's a good idea to add more cross-platform convenience methods to AudioSession over time. Let me know how the individual platform methods work since they're untested. If they work for you, I can make a wrapper in AudioSession.

from audio_session.

ryanheise avatar ryanheise commented on July 21, 2024

Hi @jdnew , setActive wraps AVAudioSession.setActive on Apple, and AudioManager.requestAudioFocus on Android. They ultimately do the same thing which is to handle interruptions to your own audio session. If you haven't activated an audio session for your app, you won't get any interruption.

As for other capabilities, audio_session just wraps Apple's AVAudioSession API and Android's AudioManager API, so I would suggest consulting the source documentation from Apple and Google to see what is actually possible on each platform. If you find a method in one of those two native APIs that will help you and you find that I haven't exposed it yet in this plugin, let me know and I'll add it.

from audio_session.

JDChi avatar JDChi commented on July 21, 2024

@ryanheise Thanks for you reply .

Please look at this : Detect background audio playing on Android.

On the audio_session project , I found that you have isOtherAudioPlaying in ios . And I think maybe you can add AudioManager. IsMusicActive on Android. So that we can have the API to check whether is another app is playing audio directly .

from audio_session.

ryanheise avatar ryanheise commented on July 21, 2024

I've already implemented those.

from audio_session.

JDChi avatar JDChi commented on July 21, 2024

I've already implemented those.

Well, do you want to wrap them to AudioSession in the future ?

from audio_session.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.