Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[HELP]:High power consumption #1130

Open
summeryi opened this issue Nov 21, 2024 · 0 comments
Open

[HELP]:High power consumption #1130

summeryi opened this issue Nov 21, 2024 · 0 comments
Labels
help wanted Extra attention is needed Not yet handled

Comments

@summeryi
Copy link

Using the following code, the power consumption is high and it would not normally consume electricity so quickly. Could you please check if there are any optimization methods


 await recorder.openRecorder();
  recorder.startRecorder(
    codec: Codec.pcm16,
    sampleRate: 16000, //采样率16000
    toStream: recordingDataController.sink,
  );

version: flutter_sound: 9.16.2
Android 14

Here is my question :

@summeryi summeryi added help wanted Extra attention is needed Not yet handled labels Nov 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed Not yet handled
Projects
None yet
Development

No branches or pull requests

1 participant