├── README.md ├── changed_files ├── job-requirements.txt ├── klio-job.yaml └── transforms.py ├── launch-klio-playground.sh ├── pitch-tracker-job-output └── .gitignore └── pitch_tracker ├── README.md ├── __init__.py ├── job-requirements.txt ├── predictions.py ├── vocal_data_sample ├── f2_arpeggios_breathy_a.wav ├── f2_arpeggios_breathy_e.wav ├── f2_arpeggios_breathy_i.wav ├── f2_arpeggios_breathy_o.wav ├── f2_arpeggios_breathy_u.wav ├── f2_arpeggios_straight_a.wav ├── f2_arpeggios_straight_e.wav ├── f2_arpeggios_straight_i.wav ├── f2_arpeggios_straight_o.wav ├── f2_arpeggios_straight_u.wav ├── f2_arpeggios_vibrato_a.wav ├── f2_arpeggios_vibrato_e.wav ├── f2_arpeggios_vibrato_i.wav ├── f2_arpeggios_vibrato_o.wav ├── f2_arpeggios_vibrato_u.wav ├── f2_scales_breathy_a.wav ├── f2_scales_breathy_e.wav ├── f2_scales_breathy_i.wav ├── f2_scales_breathy_o.wav ├── f2_scales_breathy_u.wav ├── f2_scales_vibrato_a(1).wav ├── f2_scales_vibrato_a.wav ├── f2_scales_vibrato_e.wav ├── f2_scales_vibrato_i.wav ├── f2_scales_vibrato_o.wav ├── f2_scales_vibrato_u.wav ├── m10_scales_breathy_a.wav ├── m10_scales_breathy_e.wav ├── m10_scales_breathy_i.wav ├── m10_scales_breathy_o.wav ├── m10_scales_breathy_u.wav ├── m10_scales_vibrato_a.wav ├── m10_scales_vibrato_e.wav ├── m10_scales_vibrato_i.wav ├── m10_scales_vibrato_o.wav ├── m10_scales_vibrato_u.wav ├── m3_scales_breathy_a.wav ├── m3_scales_breathy_e.wav ├── m3_scales_breathy_i.wav ├── m3_scales_breathy_o.wav ├── m3_scales_breathy_u.wav ├── m3_scales_vibrato_a.wav ├── m3_scales_vibrato_e.wav ├── m3_scales_vibrato_i.wav ├── m3_scales_vibrato_o.wav ├── m3_scales_vibrato_u.wav ├── m5_scales_breathy_a.wav ├── m5_scales_breathy_e.wav ├── m5_scales_breathy_i.wav ├── m5_scales_breathy_o.wav ├── m5_scales_breathy_u.wav ├── m5_scales_vibrato_a.wav ├── m5_scales_vibrato_e.wav ├── m5_scales_vibrato_i.wav ├── m5_scales_vibrato_o.wav ├── m5_scales_vibrato_u.wav └── slow_vibrato_arps.wav └── vocal_data_sample_ids.txt /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallonchen/ismir-klio/HEAD/README.md -------------------------------------------------------------------------------- /changed_files/job-requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallonchen/ismir-klio/HEAD/changed_files/job-requirements.txt -------------------------------------------------------------------------------- /changed_files/klio-job.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallonchen/ismir-klio/HEAD/changed_files/klio-job.yaml -------------------------------------------------------------------------------- /changed_files/transforms.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallonchen/ismir-klio/HEAD/changed_files/transforms.py -------------------------------------------------------------------------------- /launch-klio-playground.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallonchen/ismir-klio/HEAD/launch-klio-playground.sh -------------------------------------------------------------------------------- /pitch-tracker-job-output/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallonchen/ismir-klio/HEAD/pitch-tracker-job-output/.gitignore -------------------------------------------------------------------------------- /pitch_tracker/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallonchen/ismir-klio/HEAD/pitch_tracker/README.md -------------------------------------------------------------------------------- /pitch_tracker/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /pitch_tracker/job-requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallonchen/ismir-klio/HEAD/pitch_tracker/job-requirements.txt -------------------------------------------------------------------------------- /pitch_tracker/predictions.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallonchen/ismir-klio/HEAD/pitch_tracker/predictions.py -------------------------------------------------------------------------------- /pitch_tracker/vocal_data_sample/f2_arpeggios_breathy_a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallonchen/ismir-klio/HEAD/pitch_tracker/vocal_data_sample/f2_arpeggios_breathy_a.wav -------------------------------------------------------------------------------- /pitch_tracker/vocal_data_sample/f2_arpeggios_breathy_e.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallonchen/ismir-klio/HEAD/pitch_tracker/vocal_data_sample/f2_arpeggios_breathy_e.wav -------------------------------------------------------------------------------- /pitch_tracker/vocal_data_sample/f2_arpeggios_breathy_i.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallonchen/ismir-klio/HEAD/pitch_tracker/vocal_data_sample/f2_arpeggios_breathy_i.wav -------------------------------------------------------------------------------- /pitch_tracker/vocal_data_sample/f2_arpeggios_breathy_o.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallonchen/ismir-klio/HEAD/pitch_tracker/vocal_data_sample/f2_arpeggios_breathy_o.wav -------------------------------------------------------------------------------- /pitch_tracker/vocal_data_sample/f2_arpeggios_breathy_u.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallonchen/ismir-klio/HEAD/pitch_tracker/vocal_data_sample/f2_arpeggios_breathy_u.wav -------------------------------------------------------------------------------- /pitch_tracker/vocal_data_sample/f2_arpeggios_straight_a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallonchen/ismir-klio/HEAD/pitch_tracker/vocal_data_sample/f2_arpeggios_straight_a.wav -------------------------------------------------------------------------------- /pitch_tracker/vocal_data_sample/f2_arpeggios_straight_e.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallonchen/ismir-klio/HEAD/pitch_tracker/vocal_data_sample/f2_arpeggios_straight_e.wav -------------------------------------------------------------------------------- /pitch_tracker/vocal_data_sample/f2_arpeggios_straight_i.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallonchen/ismir-klio/HEAD/pitch_tracker/vocal_data_sample/f2_arpeggios_straight_i.wav -------------------------------------------------------------------------------- /pitch_tracker/vocal_data_sample/f2_arpeggios_straight_o.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallonchen/ismir-klio/HEAD/pitch_tracker/vocal_data_sample/f2_arpeggios_straight_o.wav -------------------------------------------------------------------------------- /pitch_tracker/vocal_data_sample/f2_arpeggios_straight_u.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallonchen/ismir-klio/HEAD/pitch_tracker/vocal_data_sample/f2_arpeggios_straight_u.wav -------------------------------------------------------------------------------- /pitch_tracker/vocal_data_sample/f2_arpeggios_vibrato_a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallonchen/ismir-klio/HEAD/pitch_tracker/vocal_data_sample/f2_arpeggios_vibrato_a.wav -------------------------------------------------------------------------------- /pitch_tracker/vocal_data_sample/f2_arpeggios_vibrato_e.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallonchen/ismir-klio/HEAD/pitch_tracker/vocal_data_sample/f2_arpeggios_vibrato_e.wav -------------------------------------------------------------------------------- /pitch_tracker/vocal_data_sample/f2_arpeggios_vibrato_i.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallonchen/ismir-klio/HEAD/pitch_tracker/vocal_data_sample/f2_arpeggios_vibrato_i.wav -------------------------------------------------------------------------------- /pitch_tracker/vocal_data_sample/f2_arpeggios_vibrato_o.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallonchen/ismir-klio/HEAD/pitch_tracker/vocal_data_sample/f2_arpeggios_vibrato_o.wav -------------------------------------------------------------------------------- /pitch_tracker/vocal_data_sample/f2_arpeggios_vibrato_u.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallonchen/ismir-klio/HEAD/pitch_tracker/vocal_data_sample/f2_arpeggios_vibrato_u.wav -------------------------------------------------------------------------------- /pitch_tracker/vocal_data_sample/f2_scales_breathy_a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallonchen/ismir-klio/HEAD/pitch_tracker/vocal_data_sample/f2_scales_breathy_a.wav -------------------------------------------------------------------------------- /pitch_tracker/vocal_data_sample/f2_scales_breathy_e.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallonchen/ismir-klio/HEAD/pitch_tracker/vocal_data_sample/f2_scales_breathy_e.wav -------------------------------------------------------------------------------- /pitch_tracker/vocal_data_sample/f2_scales_breathy_i.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallonchen/ismir-klio/HEAD/pitch_tracker/vocal_data_sample/f2_scales_breathy_i.wav -------------------------------------------------------------------------------- /pitch_tracker/vocal_data_sample/f2_scales_breathy_o.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallonchen/ismir-klio/HEAD/pitch_tracker/vocal_data_sample/f2_scales_breathy_o.wav -------------------------------------------------------------------------------- /pitch_tracker/vocal_data_sample/f2_scales_breathy_u.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallonchen/ismir-klio/HEAD/pitch_tracker/vocal_data_sample/f2_scales_breathy_u.wav -------------------------------------------------------------------------------- /pitch_tracker/vocal_data_sample/f2_scales_vibrato_a(1).wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallonchen/ismir-klio/HEAD/pitch_tracker/vocal_data_sample/f2_scales_vibrato_a(1).wav -------------------------------------------------------------------------------- /pitch_tracker/vocal_data_sample/f2_scales_vibrato_a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallonchen/ismir-klio/HEAD/pitch_tracker/vocal_data_sample/f2_scales_vibrato_a.wav -------------------------------------------------------------------------------- /pitch_tracker/vocal_data_sample/f2_scales_vibrato_e.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallonchen/ismir-klio/HEAD/pitch_tracker/vocal_data_sample/f2_scales_vibrato_e.wav -------------------------------------------------------------------------------- /pitch_tracker/vocal_data_sample/f2_scales_vibrato_i.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallonchen/ismir-klio/HEAD/pitch_tracker/vocal_data_sample/f2_scales_vibrato_i.wav -------------------------------------------------------------------------------- /pitch_tracker/vocal_data_sample/f2_scales_vibrato_o.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallonchen/ismir-klio/HEAD/pitch_tracker/vocal_data_sample/f2_scales_vibrato_o.wav -------------------------------------------------------------------------------- /pitch_tracker/vocal_data_sample/f2_scales_vibrato_u.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallonchen/ismir-klio/HEAD/pitch_tracker/vocal_data_sample/f2_scales_vibrato_u.wav -------------------------------------------------------------------------------- /pitch_tracker/vocal_data_sample/m10_scales_breathy_a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallonchen/ismir-klio/HEAD/pitch_tracker/vocal_data_sample/m10_scales_breathy_a.wav -------------------------------------------------------------------------------- /pitch_tracker/vocal_data_sample/m10_scales_breathy_e.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallonchen/ismir-klio/HEAD/pitch_tracker/vocal_data_sample/m10_scales_breathy_e.wav -------------------------------------------------------------------------------- /pitch_tracker/vocal_data_sample/m10_scales_breathy_i.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallonchen/ismir-klio/HEAD/pitch_tracker/vocal_data_sample/m10_scales_breathy_i.wav -------------------------------------------------------------------------------- /pitch_tracker/vocal_data_sample/m10_scales_breathy_o.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallonchen/ismir-klio/HEAD/pitch_tracker/vocal_data_sample/m10_scales_breathy_o.wav -------------------------------------------------------------------------------- /pitch_tracker/vocal_data_sample/m10_scales_breathy_u.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallonchen/ismir-klio/HEAD/pitch_tracker/vocal_data_sample/m10_scales_breathy_u.wav -------------------------------------------------------------------------------- /pitch_tracker/vocal_data_sample/m10_scales_vibrato_a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallonchen/ismir-klio/HEAD/pitch_tracker/vocal_data_sample/m10_scales_vibrato_a.wav -------------------------------------------------------------------------------- /pitch_tracker/vocal_data_sample/m10_scales_vibrato_e.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallonchen/ismir-klio/HEAD/pitch_tracker/vocal_data_sample/m10_scales_vibrato_e.wav -------------------------------------------------------------------------------- /pitch_tracker/vocal_data_sample/m10_scales_vibrato_i.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallonchen/ismir-klio/HEAD/pitch_tracker/vocal_data_sample/m10_scales_vibrato_i.wav -------------------------------------------------------------------------------- /pitch_tracker/vocal_data_sample/m10_scales_vibrato_o.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallonchen/ismir-klio/HEAD/pitch_tracker/vocal_data_sample/m10_scales_vibrato_o.wav -------------------------------------------------------------------------------- /pitch_tracker/vocal_data_sample/m10_scales_vibrato_u.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallonchen/ismir-klio/HEAD/pitch_tracker/vocal_data_sample/m10_scales_vibrato_u.wav -------------------------------------------------------------------------------- /pitch_tracker/vocal_data_sample/m3_scales_breathy_a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallonchen/ismir-klio/HEAD/pitch_tracker/vocal_data_sample/m3_scales_breathy_a.wav -------------------------------------------------------------------------------- /pitch_tracker/vocal_data_sample/m3_scales_breathy_e.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallonchen/ismir-klio/HEAD/pitch_tracker/vocal_data_sample/m3_scales_breathy_e.wav -------------------------------------------------------------------------------- /pitch_tracker/vocal_data_sample/m3_scales_breathy_i.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallonchen/ismir-klio/HEAD/pitch_tracker/vocal_data_sample/m3_scales_breathy_i.wav -------------------------------------------------------------------------------- /pitch_tracker/vocal_data_sample/m3_scales_breathy_o.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallonchen/ismir-klio/HEAD/pitch_tracker/vocal_data_sample/m3_scales_breathy_o.wav -------------------------------------------------------------------------------- /pitch_tracker/vocal_data_sample/m3_scales_breathy_u.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallonchen/ismir-klio/HEAD/pitch_tracker/vocal_data_sample/m3_scales_breathy_u.wav -------------------------------------------------------------------------------- /pitch_tracker/vocal_data_sample/m3_scales_vibrato_a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallonchen/ismir-klio/HEAD/pitch_tracker/vocal_data_sample/m3_scales_vibrato_a.wav -------------------------------------------------------------------------------- /pitch_tracker/vocal_data_sample/m3_scales_vibrato_e.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallonchen/ismir-klio/HEAD/pitch_tracker/vocal_data_sample/m3_scales_vibrato_e.wav -------------------------------------------------------------------------------- /pitch_tracker/vocal_data_sample/m3_scales_vibrato_i.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallonchen/ismir-klio/HEAD/pitch_tracker/vocal_data_sample/m3_scales_vibrato_i.wav -------------------------------------------------------------------------------- /pitch_tracker/vocal_data_sample/m3_scales_vibrato_o.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallonchen/ismir-klio/HEAD/pitch_tracker/vocal_data_sample/m3_scales_vibrato_o.wav -------------------------------------------------------------------------------- /pitch_tracker/vocal_data_sample/m3_scales_vibrato_u.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallonchen/ismir-klio/HEAD/pitch_tracker/vocal_data_sample/m3_scales_vibrato_u.wav -------------------------------------------------------------------------------- /pitch_tracker/vocal_data_sample/m5_scales_breathy_a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallonchen/ismir-klio/HEAD/pitch_tracker/vocal_data_sample/m5_scales_breathy_a.wav -------------------------------------------------------------------------------- /pitch_tracker/vocal_data_sample/m5_scales_breathy_e.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallonchen/ismir-klio/HEAD/pitch_tracker/vocal_data_sample/m5_scales_breathy_e.wav -------------------------------------------------------------------------------- /pitch_tracker/vocal_data_sample/m5_scales_breathy_i.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallonchen/ismir-klio/HEAD/pitch_tracker/vocal_data_sample/m5_scales_breathy_i.wav -------------------------------------------------------------------------------- /pitch_tracker/vocal_data_sample/m5_scales_breathy_o.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallonchen/ismir-klio/HEAD/pitch_tracker/vocal_data_sample/m5_scales_breathy_o.wav -------------------------------------------------------------------------------- /pitch_tracker/vocal_data_sample/m5_scales_breathy_u.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallonchen/ismir-klio/HEAD/pitch_tracker/vocal_data_sample/m5_scales_breathy_u.wav -------------------------------------------------------------------------------- /pitch_tracker/vocal_data_sample/m5_scales_vibrato_a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallonchen/ismir-klio/HEAD/pitch_tracker/vocal_data_sample/m5_scales_vibrato_a.wav -------------------------------------------------------------------------------- /pitch_tracker/vocal_data_sample/m5_scales_vibrato_e.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallonchen/ismir-klio/HEAD/pitch_tracker/vocal_data_sample/m5_scales_vibrato_e.wav -------------------------------------------------------------------------------- /pitch_tracker/vocal_data_sample/m5_scales_vibrato_i.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallonchen/ismir-klio/HEAD/pitch_tracker/vocal_data_sample/m5_scales_vibrato_i.wav -------------------------------------------------------------------------------- /pitch_tracker/vocal_data_sample/m5_scales_vibrato_o.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallonchen/ismir-klio/HEAD/pitch_tracker/vocal_data_sample/m5_scales_vibrato_o.wav -------------------------------------------------------------------------------- /pitch_tracker/vocal_data_sample/m5_scales_vibrato_u.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallonchen/ismir-klio/HEAD/pitch_tracker/vocal_data_sample/m5_scales_vibrato_u.wav -------------------------------------------------------------------------------- /pitch_tracker/vocal_data_sample/slow_vibrato_arps.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallonchen/ismir-klio/HEAD/pitch_tracker/vocal_data_sample/slow_vibrato_arps.wav -------------------------------------------------------------------------------- /pitch_tracker/vocal_data_sample_ids.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallonchen/ismir-klio/HEAD/pitch_tracker/vocal_data_sample_ids.txt --------------------------------------------------------------------------------