SPeech AQuisition (using Surveys) is a CLARIAH+ WP3 task
This repository is for local development, experiments, findings with webaudio / mediacapture The tool is based on web-dictaphone.
NOT PRODUCTION READY
See the wiki pages on: https://github.com/knaw-huc/SPAQ/wiki
Powerpoint presentation Clariah TechDay March, 25th 2021
- JavaScript: WebAudio
- Flask / Python, for several microservices
- Docker
- PHP / MariaDB for LimeSurvey
- Docker is up and running
- a *nix based system
infra.sh creates a couple of "working" directories not in git
./infra.sh
Startup: docker-compose up -d
from root directory.
1] open spaqclient/index.html in your browser, give permission to your audiorecording device
2] server (view the submitted files standalone)
Summary: create an .lsq file with one type of audio-recording question (for now it's the wordlist), import that question into a limesurvey question.
1] visit limesurvey (login with admin / password)
2] submit a text file, with words, for the creation of an lsq file
Result: automatic download of an .lsq file suitable for import in LimeSurvey
3] import the .lsq file in a new question LimeSurvey
4] view submitted audio files
Naming convention of the folders. Down.
./clean.sh
removes all audio files in storage dir
- create wordlist in text editor, each phrase on a different line, example zinnen.txt in root folder
- submit this list to https://localhost:8089/submitwordlist/
- download list
- import in an local LimeSurvey instance when creating a new survey
They end up in storage/reception/ storage is a bind folder for two services
- Standalone: reception/{SID}/{SAVEDID}/
- LimeSurvey / preview: reception//previewid/
- LimeSurvey / activated : reception//
The is an actualized {SAVEID} of a running Limesurvey. The is an actualized {SID} of a running Limesurvey.
One LimeSurvey instance can have several Surveys, with slightly different use-cases. To accomodate that, hierarchy is now in place.
- https://community.limesurvey.org/
- https://hub.docker.com/r/acspri/limesurvey
- https://github.com/adamzammit/limesurvey-docker