Skip to content

Commit

Permalink
adjust sample rate
Browse files Browse the repository at this point in the history
  • Loading branch information
faroit committed Nov 24, 2023
1 parent 576cc61 commit 8e60ff0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions musdb/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ def __init__(
+ "You can use download=True to download a sample version of the dataset"
)

self.sample_rate = sample_rate
self.sources_names = list(self.setup["sources"].keys())
self.targets_names = list(self.setup["targets"].keys())
self.is_wav = is_wav
Expand Down

0 comments on commit 8e60ff0

Please sign in to comment.