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
19 stars 3 forks source link

audio recording gain #257

Open kdarras opened 1 year ago

kdarras commented 1 year ago

Audio recording amplification settings affect the measured sound levels (#241 ). This field should be called "recording_gain" needs to be added to the recording table and it can only contain positive integers (dB). Later, we may have an additional "added_gain" field for post-recording gain.

Users must indicate audio recording gain settings during recording upload inside the form. The meta-data may contain this information so it might be automatically extracted from there (#424 ).

kdarras commented 3 weeks ago

Changing the date for a previously-entered meta-data row resulted in an error: Screenshot from 2024-08-23 13-28-57 To avoid that edits of any pre-existing recording table rows results in this error, the easiest fix might be that we make this a non-required field (i.e., accepting NULL values).

kdarras commented 2 weeks ago

Recording table field headers are shifted relative to their columns before upload is finished: image

kdarras commented 2 weeks ago

I also managed to input a negative value without error: image This should not be allowed as gain can only be a positive integer.

kdarras commented 6 days ago

Sorry, ¨0¨ should also be allowed. Gain just cannot be negative.

kdarras commented 1 day ago

Only positive values are inserted. Zeroes are currently ignored. Zero values should be inserted.

kdarras commented 1 day ago

fixed and working online