-
Notifications
You must be signed in to change notification settings - Fork 258
Closed
Description
Package version
5.2.0
Environment
- OS: macOS 15.3
Describe the bug
No audio input is captured. A sound file is produced of the correct duration but without any audio.
To Reproduce
Here is the configuration I used... I tried a few different options, commented out here, but they all produced the same result.
await audioRecord.start(
RecordConfig(
// encoder: AudioEncoder.aacLc,
// encoder: AudioEncoder.wav,
// device: InputDevice(
// id: 'BuiltInMicrophoneDevice',
// label: 'BuiltInMicrophoneDevice'),
),
path: filePath,
);
Additional context
It works on the iOS simulator, and on chrome.
Only the macOS app does not capture any input.
I used another library (flutter_sound) and it worked OK, but I would prefer using this one as it has less dependencies.
Metadata
Metadata
Assignees
Labels
No labels