React-native-track-player: is there a way to play two audio at once?

Created on 15 Mar 2018  路  5Comments  路  Source: react-native-kit/react-native-track-player

I'm trying to implement song crossfading to my app, I was able to do it using react-native-sound but since the audio module is not registered as a service, the app is being killed by AMS, so I'm hoping to use this module instead . I'm not sure how I can do it using react-native-track-player, any guidance ?

Android Enhancement Windows iOS

Most helpful comment

No, it used to, but not anymore.
The proper way to implement effects like crossfading is to do it in native code directly, as it will be much smoother and less CPU intensive.

We'll consider this as a suggestion :)

All 5 comments

No, it used to, but not anymore.
The proper way to implement effects like crossfading is to do it in native code directly, as it will be much smoother and less CPU intensive.

We'll consider this as a suggestion :)

okay thanks a lot .

+1 on this suggestion, crossfading is a great feature, which compliments the queue feature nicely.

@ngrj could you or anybody else do this feature? It would be great to have it!

670

Was this page helpful?
0 / 5 - 0 ratings

Related issues

ManrickCapotolan picture ManrickCapotolan  路  4Comments

sagargheewala picture sagargheewala  路  3Comments

elioscordo picture elioscordo  路  3Comments

fabiocosta88 picture fabiocosta88  路  3Comments

moduval picture moduval  路  3Comments