5,710
edits
Changes
→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>
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===
*download mp3 audio from database
**<code>wget -nv -nc -A .mp3 -nd -r -l 1 http://childes.talkbank.org/media/Eng-NA/Braunwald/</code>
*extract audio of child directed speech from file:
**<code>python ~/code/pytwomey/child_speech/child_directed_speech.py ./data/c1/c1-0917.cha ./wav/c1-t14jan97.wav *MOT</code>
*Brent.This corpus includes about 100 hours of recordings from English-speaking mothers of preverbal children. All of the transcripts are completely linked to the audio. [http://childes.talkbank.org/browser/index.php?url=Eng-NA-MOR/Brent/]
==FFPLAY==
*to install with brew https://github.com/mxcl/homebrew/issues/6880