-
I am getting an issue while start screen recording with audio. but if I am starting screen recording without audio no error is coming.
my second issue is not able to see my videos in gallery.
and pl…
-
## Flutter Sound Version : 9.7.2
Is there no way to stream an audio stream on Flutter Web from mic with flutter_sound?
Because streaming requires PCM16 but there is no PCM16 encoder support in an…
-
## Flutter Sound Version : master branch
- **Important**: Result of the command : ```flutter pub deps | grep flutter_sound```
|-- flutter_sound 8.1.4
| |-- flutter_sound_platform_interface 8.1.…
-
-
## Use case
Playing media when app is in background
## Proposal
Please look into how https://pub.dev/packages/flutter_vlc_player could able to do it
-
## Flutter Sound Version :
- **Released** version
- Version number: ^7.4.14+1
- **FULL** flavor
- Result of the command **"flutter pub deps | grep flutter_sound"**
```bash
|-- flutter_s…
-
if I ask for another permission on the start screen, 2 permissions conflict and error. etc location permission
-
## Flutter Sound Version : 9.2.13
- flutter doctor
[✓] Flutter (Channel stable, 3.0.0, on macOS 12.3.1 21E258 darwin-x64, locale
zh-Hans-CN)
[✓] Android toolchain - develop for Android devi…
-
I am using the sound_stream package to do microphone recording and using the audioplayers Flutter package (https://pub.dev/packages/audioplayers) to do audio playback. However, after I play a sound, t…
-
audioRecorder.onProgress.listen((event) {
print(event.duration);
print(event.decibels);
});
After starting the recorder I tried this, however nothing gets printed.
Can someon…