riffusion-inference/riffusion/util
Hayk Martiros 75c67e1ea5 Audio download buttons and proper extension handling across the app
* Add buttons that download audio segments with the proper name, and display the name
 * Add a helper that displays the audio bar and the download button
 * Create a sidebar widget helper for choosing the output extension
 * Use this extension widget in all pages to dicate output types
 * Add a streamlit session state counter object to help with reruns
 * Improve UI in various places with small fixes

Topic: audio_download_extensions_ui
2023-01-14 14:16:07 -08:00
..
__init__.py Pull out basic utilities into util package 2022-12-26 17:47:11 -08:00
audio_util.py Audio download buttons and proper extension handling across the app 2023-01-14 14:16:07 -08:00
base64_util.py Pull out basic utilities into util package 2022-12-26 17:47:11 -08:00
fft_util.py Add SpectrogramConverter class and test 2022-12-26 17:47:11 -08:00
image_util.py Convert to three-channel if needed in spectrogram_from_image 2022-12-29 11:33:09 -08:00
torch_util.py Pull out basic utilities into util package 2022-12-26 17:47:11 -08:00