feldberlin / wavenet

An unconditioned Wavenet implementation with fast generation.
3 stars 0 forks source link

Add Tracks dataset #6

Closed purzelrakete closed 3 years ago

purzelrakete commented 3 years ago

What

Tracks dataset is able to read over a corpus of many tracks on disk, given metadata about the location of each track on disk.

Why

Needed to create custom audio corpus, e.g. anything not included in torchaudio already.

Acceptance Criteria

purzelrakete commented 3 years ago

Questions

purzelrakete commented 3 years ago

Answers

There's a longer discussion about batching in #7