pulsejet / memories

Fast, modern and advanced photo management suite. Runs as a Nextcloud app.
https://memories.gallery
GNU Affero General Public License v3.0
2.82k stars 76 forks source link

Audio recording and uploading #1133

Open vipinde opened 1 month ago

vipinde commented 1 month ago

Is it possible to integrate audio recording and audio upload features with existing code? On the client side, for voice recording, utilize resources such as https://github.com/mattdiamond/Recorderjs or https://developer.mozilla.org/en-US/docs/Web/API/Web_Audio_API. For the server side, utilize the Nextcloud WebDAV API. Does this help? Do you have any suggestions for implementing it?