Skip to content

Commit

Permalink
replace original ravdess with smaller 16k
Browse files Browse the repository at this point in the history
  • Loading branch information
bagustris committed Apr 25, 2024
1 parent b2b5d93 commit dfd0979
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/basic_tests_for_aud_csv.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,9 @@ jobs:
- name: Run csv-ravdess-praat-xgb
run: |
cd data/ravdess
wget https://zenodo.org/record/1188976/files/Audio_Speech_Actors_01-24.zip
unzip Audio_Speech_Actors_01-24.zip
# wget https://zenodo.org/record/1188976/files/Audio_Speech_Actors_01-24.zip
wget https://zenodo.org/records/11063852/files/Audio_Speech_Actors_01-24_16k.zip
unzip Audio_Speech_Actors_01-24_16k.zip
cd ../..
python3 -m nkululeko.nkululeko --config data/ravdess/exp_praat_xgb.ini > output1.txt
if grep -q "DONE" output1.txt; then
Expand Down
4 changes: 4 additions & 0 deletions data/ravdess/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,14 @@ I used the version downloadable from [Zenodo](https://zenodo.org/record/1188976)

Download and unzip the file Audio_Speech_Actors_01-24.zip
```bash
# download original dataset in 48k
$ wget https://zenodo.org/record/1188976/files/Audio_Speech_Actors_01-24.zip
$ unzip Audio_Speech_Actors_01-24.zip
```

Or, if you prefer the dataset in 16k, you can download from this link:
https://zenodo.org/records/11063852/files/Audio_Speech_Actors_01-24_16k.zip

run the file
```bash
python3 process_database.py
Expand Down

0 comments on commit dfd0979

Please sign in to comment.