NextJS web app for recording audio with multiple clients
how would i go about creating a web app that
allows recording your voice with multiple clients, uploading that to the server and somehow downmixing it into one streamable mp3 file.
any open source repos with such thing already implemented, or some recommendations on librarys or other methods?
thanks in advance!
2 Replies
I don’t know about the recording part, but Ben Awad put out a series a while back where he built a Discord clone and I think he open-sourced the codebase. You may be able to gain some insight from that: https://youtube.com/playlist?list=PLN3n1USn4xlkZgqq9SdgUXPmgpoxUM9QK&si=Dg2SujRvv5eQpRom
YouTube
DogeLog
ahhh, thank you so much