Improve UX around seeing audio wave forms.

- Attempts to generate the wave form on download instead on display
- Allows multi-threaded generation of wave forms instead of serial
  executor
This commit is contained in:
Cody Henthorne
2023-02-15 09:43:16 -05:00
committed by GitHub
parent d4ce8458a4
commit 9610339f38
9 changed files with 497 additions and 337 deletions

View File

@@ -41,6 +41,11 @@
</value>
</option>
</JavaCodeStyleSettings>
<JetCodeStyleSettings>
<option name="PACKAGES_TO_USE_STAR_IMPORTS">
<value />
</option>
</JetCodeStyleSettings>
<codeStyleSettings language="HTML">
<indentOptions>
<option name="INDENT_SIZE" value="2" />