ecomontec / ecoSound-web

Web application for ecoacoustics to manage, navigate, visualise, annotate, and analyse soundscape recordings.
https://ecosound-web.de/
GNU General Public License v3.0
20 stars 3 forks source link

downsampling WAV before upload #502

Open kdarras opened 1 month ago

kdarras commented 1 month ago

This was previously implemented after upload: https://github.com/ecomontec/ecoSound-web/issues/375 We need to save bandwidth and implement it on the client.

Needs to discuss Dilong's point: "If set on the client side, some browsers or lower versions of browsers will not be able to use the resampling function, because only the Web Audio API is supported."

LiuDilongNJ commented 1 month ago

Another problem is that when too many recordings have been uploaded, it is not possible to determine whether the recordings have been uploaded or not by comparing the hash values.

kdarras commented 1 month ago

alright, is there a hard limit?