Video-Vocal-RT: a minimal package for vocal response to video
Project description
video-vocal-RT
A minimal package to record vocal response to video stimuli. Useful for vocal reaction time research with video stimuli instead of pictures. Uses open CV for video playing, among other things.
Usage
I will provide more information soon 😉
Installation with pip
pip install video-vocal-rt
Installation with poetry
First, clone the repository
git clone https://github.com/LoonanChauvette/video-vocal-RT.git
Then, inside the package folder, install the dependencies with poetry
cd video-vocal-RT
poetry install
Poetry creates a virtual environment, you should be able to activate it using :
poetry shell
Then you can run the script using :
poetry run python video_vocal_rt/main.py
How-to
Place your video files in the VIDEO_FILES directory (only supports .avi files for now). For the moment, you need to go inside video_vocal_rt/main.py before running the experiement. There you should make sure to set the audio recording duration in seconds (default is 6 seconds, but should be the typical length of your videos). You also need to set the PARTICIPANT_ID to the desired value.
You can also set fixation parameters with FIXATION_DUR for the duration (default is 1000 ms). You can provide change the file "fixation.png" to customize the fixation. By default, there is a whiteout period after the video, its duration can be changed with WHITEN_DUR (default is 1000 ms).
Citation
Chauvette, L. (2023). Video-Vocal-RT: a minimal package for vocal response to video.
https://github.com/LoonanChauvette/video-vocal-RT
Bibtex:
@manual{Video-Vocal-RT,
title={{Video-Vocal-RT: a minimal package for vocal response to video}},
author={{Chauvette, Loonan}},
year={2023},
url={https://github.com/LoonanChauvette/video-vocal-RT},
}
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file video_vocal_rt-0.4.0.tar.gz
.
File metadata
- Download URL: video_vocal_rt-0.4.0.tar.gz
- Upload date:
- Size: 6.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.4.1 CPython/3.11.2 Windows/10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 46e0a3fa571cc83e9ba872886ac0e9606ddd0b37d5c873d5ac8866f19ce67c4b |
|
MD5 | 847daea728e266b0efe3b3b319b5f130 |
|
BLAKE2b-256 | fdcace41b1421dbfc2d88e3a4a74abfecaf099ed349c7ef799de4c775a7c3df1 |
File details
Details for the file video_vocal_rt-0.4.0-py3-none-any.whl
.
File metadata
- Download URL: video_vocal_rt-0.4.0-py3-none-any.whl
- Upload date:
- Size: 6.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.4.1 CPython/3.11.2 Windows/10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cb2592c0b59502da485c7a1bcac00d96c03f667bac04d94c4786489cdc3283ce |
|
MD5 | 15dfb765a07d39df0918403f5861b77b |
|
BLAKE2b-256 | 94e5ede6397e806037e9a4b2bac4fd03a11768dc38b30e2b0745fa45b935c0c1 |