-
## Flutter Sound Version :
Full
flutter pub deps | grep flutter_sound
|-- flutter_sound_lite 8.1.1
| |-- flutter_sound_platform_interface 8.1.1
| |-- flutter_sound_web 8.1.1
| | |-…
-
Hello, I am trying to get a stream from the microphone but can't make it work. I have just copied the whole code from the sample project, and I have not modified anything and it still does not work. T…
-
flutter doctor -v
```
[✓] Flutter (Channel dev, v0.8.2, on Mac OS X 10.14 18A384a, locale en-US)
• Flutter version 0.8.2 at /Volumes/Persistence/Library/Google/flutter
• Framework revision…
-
Hi thanks for the lib! I cannot link in iOS. The error is attached below. Looking at it, I find that it is most probably because that the default opencv2.framework downloaded from opencv.org does not …
-
## Flutter Sound Version :
- **Released**
- Version number - Flutter as well as this dependency is up to date.
- **FULL**
- Result of the command **"flutter pub deps | grep flutter_sound"…
-
This error happens to me even if I make toFile: 'flutter_example.aac' as in the package example ..
here is my log:
```
I/flutter (15733): ---> openRecorderCompleted: true
I/flutter (15733):
-
1. Internal compiler error message during Flutter run:
2. other sdks:
```
dio: 0.1.8
flutter_swiper : 1.1.2
image_picker: 0.5.0+3
cupertino_icons: ^0.1.2
path_provider: ^0.4.1
v…
-
Hi on SDK 29 the recorder doesnt start on samsung devices, i have tried on 2, on any other device is working perfectly.
I read something about samsung changing some permissions on sdk 28 or 29, hav…
-
I believe that the strength of this plugin is simplicity and essentiality, thanks.
But I wonder if it is possible to add the pause function in the recording, so as not to have to start another file e…
-
This is a feature request so I'll just omit the `repro` stuff.
Both platforms provide APIs like `MediaRecorder` and `AV Foundation` to record audio/video.
That's a major feature for apps involve A/V…