flutter_soloud
flutter_soloud copied to clipboard
Flutter low-level audio plugin using SoLoud C++ library and FFI
**Description** For now, there are only a few examples available: - [x] pitch shift filter with time stretch [web example](https://marcobavagnoli.com/flutter_soloud_pitchshift/) - [x] metronome [web example](https://marcobavagnoli.com/flutter_soloud_metronome/) - [x] audio data visualization...
Thank you very much for providing flutter_soloud. **Description** When running the app on an Android (12, 13, 14) device, it occassionally happenes that VS Code loses the connection to the...
**Description** multiple OGG audio streams Failed to decode Opus data **Steps To Reproduce** **Expected Behavior** **Screenshots**   **Additional Context** Using WebSocket stream to play OPUS format data, when there...
**Description** Hello, I tried to use `SoLoud` with [speech_to_text](https://pub.dev/packages/speech_to_text). Audio plays well when STT listening, but if once STT listening is [stopped](https://pub.dev/documentation/speech_to_text/latest/speech_to_text/SpeechToText/stop.html) or [cancelled](https://pub.dev/documentation/speech_to_text/latest/speech_to_text/SpeechToText/cancel.html), the audio can't play anymore. I...
**Description** The official documentation outlines a method to use network streaming to connect to a web socket, receive chunks, and hear them in real time on a flutter app. I...
**Description** All filters live inside the `src` folder, meaning they are considered "internal implementation libraries that should only be imported and used by the package itself" (according to the [dart...
**Description** Simply activating the equalizer filter on a single `AudioSource` causes the audio to be heavily distorted. Changing the filter parameters doesn't remove the distortion. **Steps To Reproduce** ```dart final...
First of all, thanks for creating this wonderful package. I'm having trouble using this package with your `flutter_recorder` package, on iOS (haven't tested on Android). If I call `Recorder.instance.init()` on...
When loading some specific mp3 files the engine throws SoLoudFileLoadFailedException: File found, but could not be loaded! Could be a permission error or the file is corrupted. (on the C++...
**Description** I eventually able to repro this in all mines and my friends iOS devices. Though I haven't found a fast and stable way to repro. **Steps To Reproduce** 1....