T145
cdc971ff74
Fixed spectrogram checking on librosa 0.10.x ( #2899 )
2023-09-04 12:58:27 +02:00
Eren Gölge
2e6e8f651d
Update CheckSpectrograms notebook ( #1418 )
2022-03-18 16:48:24 +01:00
Eren Gölge
625ab614f0
Fix import in CheckSpectrogram.ipynb
2021-08-17 12:12:36 +00:00
Eren Gölge
eca67ebe13
update CheckSpec notebook
2021-03-24 12:52:56 +01:00
Guy Elsmore-Paddock
49484f0937
Clean-up `CheckSpectrograms` Notebook
...
- Fixes how parameters from the config are loaded while still making it
possible for them to be overridden on the fly.
- Prints the list of audio files by index.
- Defines a constant to control which audio files gets loaded for all
sections.
- Eliminates having to load the audio processor twice.
- Removes output (since it isn't relevant).
2021-03-20 22:17:37 -04:00
Guy Elsmore-Paddock
0601f6fc0f
Fix `ipd` Import in `CheckSpectrograms.ipynb`
...
This fixes:
```
NameError: name 'ipd' is not defined
```
2021-03-20 17:28:10 -04:00
Guy Elsmore-Paddock
51f81650a6
Fix TTS imports in CheckSpectrograms.ipynb
...
This fixes:
```
ModuleNotFoundError: No module named 'tts'
```
It appears that the module name may have changed at some point.
2021-03-20 13:43:04 -04:00
Eren Gölge
c2c6e3f2d3
[ci skip] remove notebook outputs
2021-03-18 14:08:45 +01:00
Eren Gölge
ca8ad9c21e
rename audio._normalize to audio.normalize
2021-01-22 02:33:19 +01:00
erogol
060dc21808
add CheckSpec notebook
2020-11-17 14:18:53 +01:00