<?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"

			>

	<channel>

		<title>[Resolved] word timings &#8211; Politepix</title>
		<atom:link href="/forums/topic/word-timings/feed/" rel="self" type="application/rss+xml" />
		<link>/forums/topic/word-timings/feed/</link>
		<description></description>
		<lastBuildDate>Tue, 23 Apr 2024 14:56:23 +0000</lastBuildDate>
		<generator>https://bbpress.org/?v=2.6.9</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>/forums/topic/word-timings/#post-1023074</guid>
					<title><![CDATA[[Resolved] word timings]]></title>
					<link>/forums/topic/word-timings/#post-1023074</link>
					<pubDate>Tue, 25 Nov 2014 18:51:24 +0000</pubDate>
					<dc:creator>foobar8675</dc:creator>

					<description>
						<![CDATA[
						<p>Is it possible using any of the plug ins to tell at what time each word or a specific word was recognized? I was thinking of using SaveThatWave to save the audio recorded and splitting the audio file based on where a word was said. Thanks Halle.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>/forums/topic/word-timings/#post-1023076</guid>
					<title><![CDATA[Reply To: [Resolved] word timings]]></title>
					<link>/forums/topic/word-timings/#post-1023076</link>
					<pubDate>Tue, 25 Nov 2014 19:48:03 +0000</pubDate>
					<dc:creator>Halle Winkler</dc:creator>

					<description>
						<![CDATA[
						<p>Hi,</p>
<p>Yes, RapidEars has a setting </p>
<pre>- (void) setReturnSegmentTimes:(BOOL)returnSegmentTimes; </pre>
<p> which can deliver hypotheses with timings in the callbacks:</p>
<pre>
- (void) rapidEarsDidDetectLiveSpeechAsWordArray:(NSArray *)words scoreArray:(NSArray *)scores startTimeArray:(NSArray *)startTimes endTimeArray:(NSArray *)endTimes;
</pre>
<p>and</p>
<pre>
- (void) rapidEarsDidDetectFinishedSpeechAsWordArray:(NSArray *)words scoreArray:(NSArray *)scores startTimeArray:(NSArray *)startTimes endTimeArray:(NSArray *)endTimes;
</pre>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>/forums/topic/word-timings/#post-1023144</guid>
					<title><![CDATA[Reply To: [Resolved] word timings]]></title>
					<link>/forums/topic/word-timings/#post-1023144</link>
					<pubDate>Tue, 02 Dec 2014 20:28:31 +0000</pubDate>
					<dc:creator>foobar8675</dc:creator>

					<description>
						<![CDATA[
						<p>Excellent. Thank you.</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

