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

[Feature Request] voice-changing-during-standby #17

Open
2 tasks
L483 opened this issue Aug 20, 2024 · 0 comments
Open
2 tasks

[Feature Request] voice-changing-during-standby #17

L483 opened this issue Aug 20, 2024 · 0 comments
Assignees
Labels
Type: Feature Request Introduction of new functionality

Comments

@L483
Copy link
Collaborator

L483 commented Aug 20, 2024

Problem/Motivation

The voice changing is not active while the smartphone is in standby. Keeping the smartphone active all the time unnecessarily drains a lot of battery. Probably, it is also expected from users that the app's main functionality also works while the smartphone is in standby.

Solution Proposal

The voice changing is also active while the smartphone is in standby.

Impact

May result in merge conflicts with #16, so this feature should be branched of the branch associated with #16.

Acceptance Criteria

  • voice changing is applied even during standby
  • documented the functionality

Further Information

Flutter Foreground Tasks seem like the correct approach. While different examples, even with audio streams, where working, it did not function in our project yet. We integrated [Flutter Sound] as a proof of concept at the beginning of the project. Flutter Foreground Tasks seem not to work with Flutter Sound, after much experimentation, the root cause of this issue likely lies within Flutter Sound.

This issue is paused, until the audio processing backend gets successfully connected to the app frontend (see #24 ). Then, Flutter Foreground Task should be tried again as a solution.

Related Issues

@L483 L483 added the Type: Feature Request Introduction of new functionality label Aug 20, 2024
@L483 L483 self-assigned this Aug 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Feature Request Introduction of new functionality
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant