- Create wav directory like the below example.
wav/
|---- set1/
| |-- method1/
| | |-- utt_id1.wav
| | |-- utt_id2.wav
| |-- method2/
| | |-- utt_id1.wav
| | |-- utt_id2.wav
| |-- sample.list
|
|---- set2
| |--
The command find wav/set1 -name "*.wav" | grep "method1" > wav/set1/method1.list will be helpful to create list files.
-
Customize preference.js depending on the structure of the wav directory. It's simple, and not a difficult code.
-
Customize index.html as you like.
-
Use some server you can deploy this code. If you are not familiar with this kind of thing, Github Pages would be easy to use.
-
If subjects finish the test, a csv file is automatically emitted.