<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>open-source acoustic-phonetic analysis &#8211; Science</title>
	<atom:link href="https://scienmag.com/tag/open-source-acoustic-phonetic-analysis/feed/" rel="self" type="application/rss+xml" />
	<link>https://scienmag.com</link>
	<description></description>
	<lastBuildDate>Sat, 12 Sep 2026 16:46:46 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.1</generator>

<image>
	<url>https://scienmag.com/wp-content/uploads/2024/07/cropped-scienmag_ico-32x32.jpg</url>
	<title>open-source acoustic-phonetic analysis &#8211; Science</title>
	<link>https://scienmag.com</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">73899611</site>	<item>
		<title>New Open-Source Toolkit Turns Any Speech Recording Into Acoustic-Phonetic Data</title>
		<link>https://scienmag.com/new-open-source-toolkit-turns-any-speech-recording-into-acoustic-phonetic-data/</link>
		
		<dc:creator><![CDATA[Glenn Wilkins]]></dc:creator>
		<pubDate>Sat, 12 Sep 2026 16:46:46 +0000</pubDate>
				<category><![CDATA[Psychology & Psychiatry]]></category>
		<category><![CDATA[acoustic analysis of conversational speech]]></category>
		<category><![CDATA[acoustic-phonetic analysis]]></category>
		<category><![CDATA[automatic speech recognition]]></category>
		<category><![CDATA[Behavior Research Methods]]></category>
		<category><![CDATA[field-recorded speech analysis]]></category>
		<category><![CDATA[forced alignment]]></category>
		<category><![CDATA[fricative spectral moments]]></category>
		<category><![CDATA[natural speech data processing]]></category>
		<category><![CDATA[naturalistic speech]]></category>
		<category><![CDATA[open-source acoustic-phonetic analysis]]></category>
		<category><![CDATA[open-source software]]></category>
		<category><![CDATA[phonetic alignment software]]></category>
		<category><![CDATA[phonetic measurement tools]]></category>
		<category><![CDATA[sociophonetics]]></category>
		<category><![CDATA[speaker diarization]]></category>
		<category><![CDATA[speaker-labeled speech data]]></category>
		<category><![CDATA[speech analysis toolkit]]></category>
		<category><![CDATA[speech data extraction from multimedia]]></category>
		<category><![CDATA[speech perception]]></category>
		<category><![CDATA[speech research automation]]></category>
		<category><![CDATA[speech transcription and alignment]]></category>
		<category><![CDATA[spontaneous speech analysis]]></category>
		<category><![CDATA[voice onset time]]></category>
		<category><![CDATA[vowel formants]]></category>
		<guid isPermaLink="false">https://scienmag.com/?p=196547</guid>

					<description><![CDATA[An open-source pipeline called TAPA automates transcription, speaker diarization, forced alignment, and acoustic-phonetic measurement of naturalistic speech, validated against expert annotation on the 2016 U.S. presidential debate.]]></description>
										<content:encoded><![CDATA[<p>For decades, the speech sciences have faced an uncomfortable paradox: some of the most important questions about how humans actually talk can only be answered with natural, spontaneous speech, yet the data that researchers most easily collect and analyze is almost always carefully scripted laboratory audio. A newly published open-source pipeline called the Toolkit for Acoustic–Phonetic Analysis, or TAPA, promises to change that balance. In a paper in Behavior Research Methods, a team led by Ethan Kutlu of the University of Iowa describes a single integrated system that takes raw audio from almost any source — a YouTube video, a podcast, an interview recording made in the field — and converts it into speaker-labeled, phonetically aligned, acoustically measured data, all without requiring users to write custom code.</p>
<p>The motivation behind the toolkit is rooted in a long-standing tension within the field. Laboratory speech, produced in word-reading or sentence-repetition tasks, gives experimenters precise control over variables and supports repeatability, which is why it has anchored theoretical work in speech perception and production for generations. But an accumulating body of evidence shows that listeners and speakers dynamically shape one another in everyday conversation, adapting to accents, talkers, and social-linguistic associations in ways that rigid laboratory tasks cannot capture. The classic observer&#8217;s paradox, articulated by William Labov in 1972, compounds the problem: people who know they are being recorded often adjust their speech, consciously or not, making genuinely naturalistic samples scarce and difficult to obtain.</p>
<p>The logistical hurdles do not end there. Field recordings demand extensive preparation, community relationships, and careful attention to the researcher&#8217;s positionality. Reading tasks systematically exclude speakers — such as many heritage bilinguals — who are conversationally fluent but may lack literacy in the language being studied. Funding constraints make it increasingly difficult to build and share open-access speech corpora, a burden that falls hardest on graduate students, early-career scholars, and researchers working on minoritized language communities. The authors argue that these barriers do not merely slow research down; they distort the theoretical record, because dominant models of speech perception and production were built on idealized, read speech and often treat real-world linguistic diversity as noise rather than as the phenomenon itself.</p>
<p>TAPA&#8217;s answer is to stitch together a chain of proven open-source components into one Python pipeline that can be installed with a single command and run either locally or in Google Colab, where free GPU access removes the need for any local setup. The journey begins with a YouTube audio downloader built on yt-dlp, which pulls the audio stream from any standard video URL and converts it to an MP3 file; users can equally supply their own local audio. Transcription is handled by OpenAI&#8217;s Whisper, which produces word-level transcripts with precise start and end timestamps. Speaker diarization — deciding who spoke when — relies on two pretrained neural models: Silero VAD, which detects stretches of actual speech, and Resemblyzer, which maps each detected segment to a 256-dimensional voice embedding in which clips from the same speaker cluster together. Those embeddings are then grouped to assign every transcribed word to its speaker.</p>
<p>From there, the pipeline turns to fine-grained phonetic measurement. The Montreal Forced Aligner produces phone-level boundaries linking the audio to the transcript, using an American English acoustic model with a dictionary-based proportional-timing fallback when alignment is unavailable. Vowel formants — the resonant frequencies F1 and F2 that define vowel identity — are extracted with Praat-parselmouth, using the Burg algorithm over the central portion of each vowel after trimming the edges to suppress coarticulation, with the maximum formant ceiling adjusted adaptively to each speaker&#8217;s pitch. Stop consonant voice onset time, the interval between a stop&#8217;s burst release and the onset of voicing, is measured by Dr. VOT, a neural model that predicts burst and voicing boundaries directly from the waveform. Fricative spectral moments — center of gravity, standard deviation, skewness, and kurtosis — are computed over the middle 80 percent of each fricative interval. The output is a set of CSV or JSON files containing per-token measurements and per-speaker summaries.</p>
<p>To demonstrate what the pipeline can do, the team pointed it at a demanding piece of real-world audio: the 90-minute 2016 U.S. presidential debate between Hillary Clinton and Donald Trump, complete with audience noise, podium reverberation, overlapping talkers, and the performative speech style of political theater. From that single recording, TAPA extracted nearly 33,000 acoustic segments — 19,855 vowels, 6,547 stops, and 6,372 fricatives. The case study focused on the two main candidates, yielding more than 7,000 monophthong tokens each for vowel-space analysis, alongside thousands of stop and fricative tokens per speaker. Plotting the F1-by-F2 vowel spaces revealed that Clinton&#8217;s vowel categories occupied a larger acoustic area than Trump&#8217;s, and comparing both speakers&#8217; category means against the classic Hillenbrand reference norms showed the expected centralization of vowels in continuous speech relative to citation-form productions.</p>
<p>Crucially, the team did not simply trust the automated output. A phonetically trained research assistant hand-coded stratified samples of vowels, stops, and fricatives from the debate audio, blind to the pipeline&#8217;s results, and the two sets of measurements were compared token by token. Vowel formants emerged as the pipeline&#8217;s strongest suit: agreement with expert measurements was high, with correlations of 0.89 for F1 and 0.87 for F2, mean absolute errors of 37 and 125 hertz respectively, and no meaningful bias for F1. Fricative measurements showed a more differentiated picture. Spectral standard deviation agreed strongly with hand coding overall, and center of gravity tracked the human reference closely for the sibilant fricatives — correlations of 0.87 for /s/ and 0.94 for /ʃ/ — while the spectrally indistinct non-sibilants /f/ and /θ/ agreed far more weakly, a pattern consistent with long-standing findings that these sounds are hard to classify from spectral moments alone. Clinton&#8217;s /s/ center of gravity sat roughly 900 hertz above Trump&#8217;s, echoing documented patterns of gender-linked variation in sibilant production.</p>
<p>Stop consonants told a more cautionary tale. Although the aggregate voice-onset-time means for voiceless stops /p/, /t/, and /k/ landed squarely in the expected American English long-lag range of roughly 69 to 83 milliseconds, the per-token picture was far less reassuring. The Dr. VOT model, which was trained on isolated single-word productions with stop classes artificially rebalanced to a 50:50 positive-to-negative ratio, mislabeled 45 to 61 percent of voiceless onset stops as prevoiced — an outcome incompatible with English phonology — and its per-token magnitudes correlated essentially not at all with expert measurements (r = −0.04), diverging by 50 to 80 milliseconds on average. The authors attribute this to a training–deployment mismatch: continuous, noisy debate audio with a natural 95:5 ratio of positive to negative stops violates both of the model&#8217;s core training assumptions. Rather than hide the problem, they report it transparently, omit voiced stops from the case study entirely, and recommend that aggregate means be treated as descriptive rather than per-token measurements.</p>
<p>That candor reflects the paper&#8217;s broader stance on automation in science. The authors are explicit that TAPA is meant to aid researchers, not replace them: acoustic training must continue, research must be deployed and interpreted by humans, and the energy costs of training and fine-tuning large models warrant critical scrutiny. The pipeline inherits the biases of its components — the default configuration is American English-centric, diarization degrades on heavily overlapping speech, and forced alignment stumbles on out-of-vocabulary names — so the team recommends that every substantive deployment include a small hand-coded validation subsample from the researcher&#8217;s own corpus, and that publications report which component produced each measurement. With those safeguards in place, TAPA offers something the field has lacked: a free, modular, inspectable path from a web video or field recording to speaker-level, phone-level acoustic data at a scale that would once have required years of manual annotation, potentially opening naturalistic speech research to communities and questions that laboratory methods have long left on the periphery.</p>
<p><strong>Subject of Research:</strong> An open-source computational pipeline for automated acoustic-phonetic analysis of naturalistic multi-speaker speech recordings</p>
<p><strong>Article Title:</strong> Toolkit for acoustic–phonetic analysis of naturalistic speech data</p>
<p><strong>Article References:</strong> Kutlu, E., Peters, E., Tapanes, C., Chandio, S., &amp; Khalid, O. (2026). Toolkit for acoustic–phonetic analysis of naturalistic speech data. <em>Behavior Research Methods, 58</em>(10), Article 289. <a href="https://doi.org/10.3758/s13428-026-03174-y" rel="noopener noreferrer">https://doi.org/10.3758/s13428-026-03174-y</a></p>
<p><strong>Image Credits:</strong> AI Generated</p>
<p><strong>DOI:</strong> <a href="https://doi.org/10.3758/s13428-026-03174-y" rel="noopener noreferrer">10.3758/s13428-026-03174-y</a></p>
<p><strong>Keywords:</strong> acoustic-phonetic analysis, naturalistic speech, speaker diarization, forced alignment, vowel formants, voice onset time, fricative spectral moments, open-source software, speech perception, sociophonetics, automatic speech recognition, Behavior Research Methods</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">196547</post-id>	</item>
	</channel>
</rss>
