<?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>Notify when TTS has finish &#8211; Politepix</title>
		<atom:link href="/forums/topic/notify-when-tts-has-finish/feed/" rel="self" type="application/rss+xml" />
		<link>/forums/topic/notify-when-tts-has-finish/feed/</link>
		<description></description>
		<lastBuildDate>Tue, 23 Apr 2024 14:57:02 +0000</lastBuildDate>
		<generator>https://bbpress.org/?v=2.6.9</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>/forums/topic/notify-when-tts-has-finish/#post-1017529</guid>
					<title><![CDATA[Notify when TTS has finish]]></title>
					<link>/forums/topic/notify-when-tts-has-finish/#post-1017529</link>
					<pubDate>Tue, 18 Jun 2013 15:40:09 +0000</pubDate>
					<dc:creator>toto07</dc:creator>

					<description>
						<![CDATA[
						<p>Hello,</p>
<p>I would like to ask if there is any method that get called (and I can use) so get notified once the narrator has finish (reach the end of text). I am using OpenEars for very simple app and simply calling <code>say:withVoice:</code> passing the necessary string value.</p>
<p>In addition, I am wondering if there is any method to stop the narrator before reach the end of text.</p>
<p>Thanks in advance!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>/forums/topic/notify-when-tts-has-finish/#post-1017530</guid>
					<title><![CDATA[Reply To: Notify when TTS has finish]]></title>
					<link>/forums/topic/notify-when-tts-has-finish/#post-1017530</link>
					<pubDate>Tue, 18 Jun 2013 15:47:28 +0000</pubDate>
					<dc:creator>Halle Winkler</dc:creator>

					<description>
						<![CDATA[
						<p>Welcome,</p>
<p>You can use the OpenEarsEventsObserver delegate method fliteDidFinishSpeaking to receive a callback when speech has completed (check out the OpenEarsEventsObserver section of the tutorial or its section in the PDF docs). FliteController can&#8217;t interrupt speech via a public API method but you can try sending [self.fliteController interruptTalking] which should stop speech.</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

