wwerkk / MC-FP

1 stars 0 forks source link

Use librosa.stream for loading and processing of input #1

Closed wwerkk closed 1 year ago

wwerkk commented 1 year ago

File loading currently uses audio2numpy to load audio cut into fixed lengths during preprocessing. This is cognitively suboptimal and leads to common errors in code. Implementing the use of librosa.stream for loading and analysis also seems more straightforward than using tf.keras.utils.audio_dataset_from_directory as using tf.data.dataset objects still often evades my intuition.

wwerkk commented 1 year ago

closed as of f5c7c7d5b75db4bd1408e9b8b21b881c0ca500aa