Changes

Jump to: navigation, search

Searle's Room

231 bytes added, 22:17, 30 May 2013
CHILDES speech database
*run a shot detection on a movie
**<code>./shotdetect-cmd -w -v -f -l -m -r -s 60 -i /Volumes/Cistern/Memory/home\ movies/Old\ Family\ Home\ Movies\ 2\ of\ 21-HrcOEqnOAQ0.flv -o ./ofhm2/</code>
=Children's Speech===Fingerprinting / Recognizing Child Speech==*12-note FFT based music identification - http://acoustid.org/chromaprint ==CHILDES speech database==
CHILDES is the child language component of the TalkBank system. TalkBank is a system for sharing and studying conversational interactions. http://childes.talkbank.org
*transcript data: http://childes.talkbank.org/data/Eng-NA/
*manuals: http://childes.talkbank.org/manuals/
===CLAN Annotation===
*http://childes.talkbank.org/clan/
==Processing=extracting audio from CHILDES database ===
*download mp3 audio from database
**<code>wget -nv -nc -A .mp3 -nd -r -l 1 http://childes.talkbank.org/media/Eng-NA/Braunwald/</code>
*loop over and play a bunch
**<code>for f in clip0344.avi clip0707.avi clip0011.avi ; do ffplay -autoexit "$f"; done</code>
*to play one:
**<code>ffplay -autoexit file.wav</code>
=Children's Drawings=

Navigation menu