just_audio
just_audio copied to clipboard
Audio Player
Same problem as below. https://stackoverflow.com/questions/71305565/how-can-i-prevent-the-app-from-crashing-when-i-remove-the-sd-card-while-playing **Which API doesn't behave as documented, and how does it misbehave?** No error occurs with a specific API, and the app crashes when the SD...
Equalizer
Hello @ryanheise, First of all thank you for this great plugin! Currently I am working on equalizer for my project and I am using just_audio plugin for audio streaming and...
**Which API doesn't behave as documented, and how does it misbehave?** The error is in play() after user setUrl(). the url is like: `var url="https://d2oogf3dio531h.cloudfront.net/65577d97-9969-4043-8bc4-5f6bb973e3a9.mp3?Policy=eyAKICAgIlN0YXRlbWVudCI6IFt7IAogICAgICAiUmVzb3VyY2UiOiJodHRwczovL2Qyb29nZjNkaW81MzFoLmNsb3VkZ291cmNlSXAiOFRpbWUiOjgzNTc5ODN9CiAgICAgIH0gCiAgIH1dIAp9&Signature=Jc1d~yaNIW5C3StRtQe-EZtZhGvAK-JGh1cDF~CrVYBjbJSpz-hmiPjZwGJjKEGaLCaOeFJjIYGE~B7P0dm8PLfjb6eydfebNfdp5OMdrFio2HnGRsjqVcPuCDOKtjezYu3isWtt0AY-Tim6TBYvG9kuG3pPZa5L32zD4aFwPTmmahZko~byCc0ZBQJbKCyG4AcKnevCd2LaGjNGloprw__&Key-Pair-Id=K35S9ERGS425ZB";` **Minimal reproduction project** **To Reproduce...
Just_audio is working great for me but I just wanted to flag an issue that I think would be fairly common in practice. When attempting to play a missing AudioSource.uri...
**Is your feature request related to a problem? Please describe.** I have a task to remove the seek bar when there is a short audio in a loop. Also manually...
Provide a simple Audio Visualizer (showing low, medium and high frequencies) that offers the possibility of increasing or decreasing a number of bars. This is useful for the user to...
**Minimal reproduction project** The tests in git. **To Reproduce (i.e. user steps, not code)** Run `flutter test` **Error messages** ``` 00:18 +16 -1: stream-source [E] (404) Not found package:just_audio/just_audio.dart 798:9...
**Is your feature request related to a problem? Please describe.** Certain features such as a visualizer (#97 ), equalizer (#147 ), pitch shifting (#329 ) may be more easily implemented...
**Which API doesn't behave as documented, and how does it misbehave?** when trying to seek in the loading state, it's ignored **Minimal reproduction project** sorry, i don't have time to...
Amazing library! **Is your feature request related to a problem? Please describe.** I want to allow users to skip to certain positions in a track and make sure it's as...