From fae3e2c9186c3a2d9793fa3d5b63ebe6eadd1c79 Mon Sep 17 00:00:00 2001 From: Hayk Martiros Date: Thu, 29 Dec 2022 11:37:15 -0800 Subject: [PATCH] Add note to SpectrogramParams about torchaudio docs Closes: #30 Topic: params_docs --- riffusion/spectrogram_params.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/riffusion/spectrogram_params.py b/riffusion/spectrogram_params.py index 848bc89..03346ca 100644 --- a/riffusion/spectrogram_params.py +++ b/riffusion/spectrogram_params.py @@ -12,6 +12,9 @@ class SpectrogramParams: Includes helpers to convert to and from EXIF tags, allowing these parameters to be stored within spectrogram images. + + To understand what these parameters do and to customize them, read `spectrogram_converter.py` + and the linked torchaudio documentation. """ # Whether the audio is stereo or mono