-
Notifications
You must be signed in to change notification settings - Fork 70
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
✨ feat: add buffer size parameter to microphone function in mic_strea…
…m.dart The commit adds a new buffer size parameter to the `microphone()` function in `mic_stream.dart`. The default buffer size is set to `4096`, and if the parameter is not provided, the default value will be used. The buffer size determines the amount of data captured per sample and affects the latency and overhead of the audio stream.
- Loading branch information
Showing
1 changed file
with
10 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters