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

audio recording example #2861

Merged
merged 2 commits into from
Apr 10, 2024
Merged

Conversation

CVxTz
Copy link
Contributor

@CVxTz CVxTz commented Apr 9, 2024

Hello !

I added this example that allows to record audio from the browser then play it back or download it as a file.
I used a custom Vue component and pass the audio data to the backend once the recording is done.

Let me know what you think !


Related feature request: #1610

Copy link
Contributor

@falkoschindler falkoschindler left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks a lot for this great pull request, @CVxTz! It's a really nice example.
I just refactored it a little to simplify the usage even more, so there's no need for the extra AudioData class anymore.

@falkoschindler falkoschindler added the documentation Improvements or additions to documentation label Apr 10, 2024
@falkoschindler falkoschindler added this to the 1.4.21 milestone Apr 10, 2024
@CVxTz
Copy link
Contributor Author

CVxTz commented Apr 10, 2024

Thanks !

@falkoschindler falkoschindler merged commit 16427ee into zauberzeug:main Apr 10, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants