Skip to content

Commit

Permalink
add examples back
Browse files Browse the repository at this point in the history
  • Loading branch information
Tuan Tran authored and Tuan Tran committed Jun 3, 2024
1 parent a03c947 commit b171f03
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions dataset/example/electro_1.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"key": "", "artist": "Voyager I", "sample_rate": 48000, "file_extension": "mp3", "description": "A cool song from Voyager.", "keywords": "bright, pulsing, cool", "duration": 15.0, "bpm": "", "genre": "electronic", "title": "Enracinement", "name": "electro_1", "instrument": "Mix", "moods": ["uplifting", "motivational"]}
Binary file added dataset/example/electro_1.mp3
Binary file not shown.
1 change: 1 addition & 0 deletions dataset/example/electro_2.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"key": "", "artist": "Voyager I", "sample_rate": 44100, "file_extension": "mp3", "description": "This is an electronic song sending positive vibes.", "keywords": "", "duration": 20.0, "bpm": "", "genre": "electronic", "title": "Untitled song", "name": "electro_2", "instrument": "Mix", "moods": []}
Binary file added dataset/example/electro_2.mp3
Binary file not shown.
2 changes: 2 additions & 0 deletions egs/example/data.jsonl
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
{"path": "dataset/example/electro_1.mp3", "duration": 15.024, "sample_rate": 48000, "amplitude": null, "weight": null, "info_path": null}
{"path": "dataset/example/electro_2.mp3", "duration": 20.035918367346937, "sample_rate": 44100, "amplitude": null, "weight": null, "info_path": null}

0 comments on commit b171f03

Please sign in to comment.