-
Notifications
You must be signed in to change notification settings - Fork 11
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
Add Voice Memos for Art Uploads #50
Comments
@mdxabu, is this a relevant feature that i can work upon? |
@pradeeban is this feature in pipeline? |
Yes, photovoice and voice narratives. It is a relevant feature, @ishaanxgupta. |
Thank you for the heads-up. I will raise a PR for this |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
Allow artists to record and attach voice memos to their uploaded artwork to provide context, stories, or explanations (e.g., "This painting represents my journey out of addiction"). This feature will enhance the platform’s ability to amplify marginalised voices through multimedia storytelling.
Steps:-
Frontend Recording Interface:
Backend Audio Handling:
2.Validate audio file types (e.g., .mp3, .wav).
3.Set a maximum recording duration (e.g., 3 minutes).
Technical Implementation Plan:-
Use Recorder.js or HTML5 Web Audio API for in-browser recording.
If this feature is relevant, I would like to work on this
The text was updated successfully, but these errors were encountered: