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

Can I record audio from frontend and stream to Go backend to process? #4094

Open
RealHacker opened this issue Feb 22, 2025 · 1 comment
Open
Labels
Enhancement New feature or request

Comments

@RealHacker
Copy link

Is your feature request related to a problem? Please describe.

I am not sure the Webview supports recording audio. If it does, how can I send the streaming data to backend through hook functions? Do the hook functions only accept string arguments?

If it is not possible with wails. I can use go audio libraries to record, and only show controls on the page to send signals. Please suggest some golang audio library, I don't find any that is well documented.

Describe the solution you'd like

Help with audio recording feature implemenation.

Describe alternatives you've considered

No response

Additional context

No response

@RealHacker RealHacker added the Enhancement New feature or request label Feb 22, 2025
@leaanthony
Copy link
Member

Can't comment on the libraries but we recommend using the frontend for UI views and Go for everything else 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants