Move spectrogram generation to clientside javascript #191
Labels
inspection
related to detail/inspection view (wav file, spectrogram, etc.)
low priority
optimization
UI
user-interface-related
Currently spectrogram generation is done server side once per utterance, which has the following effects:
There exist libraries for FFT in javascript that could be used to calculate spectrograms clientside on the fly as needed, leading to better time resolution and more responsive browsing.
The text was updated successfully, but these errors were encountered: