doublesymmetry / react-native-track-player

A fully fledged audio module created for music apps. Provides audio playback, external media controls, background mode and more!
https://rntp.dev/
Apache License 2.0
3.18k stars 980 forks source link

Playback streamed audio buffer #2289

Closed pax-k closed 5 days ago

pax-k commented 3 months ago

I have an arrayBuffer which I want to playback as a stream. Is this possible?

lovegaoshi commented 2 months ago

you can use this as a ref on android https://github.com/google/ExoPlayer/issues/7228