daw icon indicating copy to clipboard operation
daw copied to clipboard

Recording using device Mic

Open marcomora2 opened this issue 7 years ago • 10 comments

Hello, I'd like to edit your fantastic software and be able to record a track using the microphone of your own device. Have you already explored this possibility? Do you see any problems or do you have any suggestions to start developing in this direction? Maybe using some ready-made library like webrtc or something similar... thank you, ciao Marco

marcomora2 avatar Apr 20 '17 10:04 marcomora2

Hi :)

Thanks for you nice words :) playing with the microphone seems to me something easy with webaudio, the actual problem is only UX, the audio part is not limited... The whole codebase is being rewrite (and it will finish soon) to have a better undo/redo mechanic, etc.

Send me an email, I will invite you in our Slack if you want, you will be able to discuss of everything rapidly if you want

mr21 avatar Apr 22 '17 03:04 mr21

Thanks, can you invite me inSlack? if you need just my email, this [email protected] is good, thanks again, ciao, marco

2017-04-22 5:16 GMT+02:00 Thomas Tortorini [email protected]:

Hi :)

Thanks for you nice words :) playing with the microphone seems to me something easy with webaudio, the actual problem is only UX, the audio part is not limited... The whole codebase is being rewrite (and it will finish soon) to have a better undo/redo mechanic, etc.

Send me an email, I will invite you in our Slack if you want, you will be able to discuss of everything rapidly if you want

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/GridSound/daw/issues/14#issuecomment-296343429, or mute the thread https://github.com/notifications/unsubscribe-auth/AacqLJkdluFkM0QCtamxHYNr7MsbkvHBks5ryXERgaJpZM4NC0KJ .

marcomora2 avatar Apr 26 '17 06:04 marcomora2

Thank you, I joined the group. Can I invite a collegue?

2017-04-22 5:16 GMT+02:00 Thomas Tortorini [email protected]:

Hi :)

Thanks for you nice words :) playing with the microphone seems to me something easy with webaudio, the actual problem is only UX, the audio part is not limited... The whole codebase is being rewrite (and it will finish soon) to have a better undo/redo mechanic, etc.

Send me an email, I will invite you in our Slack if you want, you will be able to discuss of everything rapidly if you want

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/GridSound/daw/issues/14#issuecomment-296343429, or mute the thread https://github.com/notifications/unsubscribe-auth/AacqLJkdluFkM0QCtamxHYNr7MsbkvHBks5ryXERgaJpZM4NC0KJ .

marcomora2 avatar Apr 26 '17 06:04 marcomora2

Of course, send me his email here or in private as you want :)

mr21 avatar Apr 26 '17 06:04 mr21

ok, this one: [email protected]

Marco

2017-04-26 8:57 GMT+02:00 Thomas Tortorini [email protected]:

Of course, send me his email here or in private as you want :)

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/GridSound/daw/issues/14#issuecomment-297257886, or mute the thread https://github.com/notifications/unsubscribe-auth/AacqLP9XvIbmFecUqyIw2dUyRocMV_BZks5rzurogaJpZM4NC0KJ .

marcomora2 avatar Apr 26 '17 07:04 marcomora2

Done, welcome to you :)

mr21 avatar Apr 26 '17 07:04 mr21

Hey wanted to ask if this feature has been build in or what the development status of this is :)

robinduerhager avatar Sep 22 '22 13:09 robinduerhager

Hi @robinduerhager, sadly nothing has been done related to this.. The WAVE file coming from the mic, how do you imagine handle it? it can not be saved in the localStorage neither in the JSON composition's file 🤔

Without a cloud account where you could upload this, it will not be practical, you would have to download the file after recording it, and after using it as a normal custom outside buffer..

GridSound will first handle the cloud uploading buffer first

mr21 avatar Sep 22 '22 13:09 mr21

Hey :),

it seems like the podcast software Riverside is using IndexedDB to store recordings in binary. LocalStorage is mainly for storing key/value data in string form. Same goes for JSON i think.

maybe that would work? 🤔

robinduerhager avatar Sep 22 '22 14:09 robinduerhager