Larpoux
Larpoux
One month ago, when Russia entered in Ukraine, I said to my son : "What can we do? We cannot declare war to Russia!". One month after, I changed my...
The function `FlutterSoundPlayer:setSpeed()` works fine on iOS and Android. The speed is modified and the pitch is not impacted. On web, the pitch is impacted and the result is funny...
On web, the DB Level provided by `startRecorder()` is alway 0. (it works fine on Android and iOS)
# `Taudio Streams` : A new plugin library is being launched We want to launch a new plugin library completely independent of Flutter Sound. The purpose of this library will...
I wrote very quickly a draft of what I imagine for Taudio. [This is a RFC](https://flutter-sound.canardoux.xyz/taudio_rfc.html) (Request For Comment) and not definitive specifications. I ask you to give us some...
- [x] FlutterSound (dart) - [x] FlutterSoundPlatformInterface (dart) - [x] FlutterSoundPlatformInterface (iOS) - [x] FlutterSoundPlatformInterface (Android) - [x] Tau (iOS) - [x] Tau (Android) - [x] Example - [x] Doc...
When I add 'flutter_lua: ^0.3.1' in my dev_dependencies I get the following error message when building for the ios Simulator 👎 [!] Unable to determine Swift version for the following...
## Flutter Sound Version : - **Important**: Result of the command : ```flutter pub deps | grep flutter_sound``` ├── flutter_sound 9.3.6 │ ├── flutter_sound_platform_interface... │ ├── flutter_sound_web... ├── flutter_sound_platform_interface 9.3.6...
## Flutter Sound Version : 9.3.8 ---------------------------------------------------------- ## Severity - Result is not what expected -------------------------------------------------------- ## Platforms you faced the error - iOS ------------------------------------------------ **Describe the bug** when I...
We need a way to record to a buffer instead of a file. This is specially interesting for Flutter Sound on Web, where there is no File System and the...