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

Does audio mixer also support a 'PAUSE' feature (AUD-6039) #1358

Open
GCTechnology opened this issue Feb 7, 2025 · 0 comments
Open

Does audio mixer also support a 'PAUSE' feature (AUD-6039) #1358

GCTechnology opened this issue Feb 7, 2025 · 0 comments

Comments

@GCTechnology
Copy link

Is your feature request related to a problem? Please describe.
That's not a problem, but a meaningful feature I think.

Describe the solution you'd like
As designed in the component ‘audio_pipeline’ and 'esp-adf-libs/esp_audio', audio player usually have three state machines, 'start', 'stop' and 'pause'.
So at least four APIs are provided: 'run', 'pause', 'resume', 'stop'.
I noticed that in 'component/audio_mixer_pipepine' does not have a pause method. So I'm wondering if a mixer also support pause and resume actsions.

Additional context
audio_pipline.h
Image

@github-actions github-actions bot changed the title Does audio mixer also support a 'PAUSE' feature Does audio mixer also support a 'PAUSE' feature (AUD-6039) Feb 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant