Giter VIP home page Giter VIP logo

Comments (13)

jrfeng avatar jrfeng commented on June 13, 2024

I will refactor notifation view, to make sure you can customize these behaviors.

from snow.

webwayscript avatar webwayscript commented on June 13, 2024

Ok i will wait until you update..

from snow.

jrfeng avatar jrfeng commented on June 13, 2024

refactor is complete, you can try it again.

from snow.

webwayscript avatar webwayscript commented on June 13, 2024

Thank you Now its working fine . if we set SoundQuality Why music restarting? it is possible to fix it

onclick i set//

   `playerClient.setSoundQuality(SoundQuality.SUPER);`

from snow.

jrfeng avatar jrfeng commented on June 13, 2024

Because when SoundQuality changed, player will switch audio source, so it will release old audio source and prepare new audio source.

from snow.

webwayscript avatar webwayscript commented on June 13, 2024

Ok. but https://github.com/bullheadandplato/AndroidEqualizer this library working fine with playerClient.getAudioSessionId()

from snow.

jrfeng avatar jrfeng commented on June 13, 2024

This library cannot meet the requirements. It will fail when the playing music item changed.

from snow.

webwayscript avatar webwayscript commented on June 13, 2024

Ok thank you .. After fixing notification problem, now close button inside notification reopening app if we call exit(0); why? just i want close app completely when click notification close buttun

 `final String CLOSE = "snow.player.action.ACTION_STOP";
    addCustomAction(CLOSE, new PlayerService.CustomAction() {
        @Override
        public void doAction(@NonNull Player player, @Nullable Bundle extras) {
            shutdown();
            exit(0);
        }
    });

`

from snow.

jrfeng avatar jrfeng commented on June 13, 2024

This is the BUG of you App, there is nothing I can do about it.

from snow.

webwayscript avatar webwayscript commented on June 13, 2024

This library cannot meet the requirements. It will fail when the playing music item changed.

U need save equalizer setting then it work with all songs. check his demo. yes its not save setting with dialog but work with create new equalizer activity then need save setting onstop() then its work fine . but some time it gave

`java.lang.UnsupportedOperationException: AudioEffect: invalid parameter operation ` with snow

https://github.com/segler-alex/RadioDroid he also changing soundquality with out restart song ( they using more sound quality ).

from snow.

jrfeng avatar jrfeng commented on June 13, 2024

@webwayscript

  • Equalizer: Don't worry about that, this library will provide an EqualizerActivity.
  • RadioDroid: I didn't find some useful information about sound quality in this App. If you know more about that, please let me known.

from snow.

webwayscript avatar webwayscript commented on June 13, 2024

Thank you bro just now i found RadioDroid launching native equalizer that was my mistake

from snow.

webwayscript avatar webwayscript commented on June 13, 2024

Dont forget to check new exoplayer release.. I think some thing new is there

from snow.

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.