<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Maratis forum - Sound cloning problem]]></title>
	<link rel="self" href="http://forum.maratis3d.com/extern.php?action=feed&amp;tid=920&amp;type=atom"/>
	<updated>2014-01-25T17:33:13Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.maratis3d.com/viewtopic.php?id=920</id>
		<entry>
			<title type="html"><![CDATA[Re: Sound cloning problem]]></title>
			<link rel="alternate" href="http://forum.maratis3d.com/viewtopic.php?pid=6240#p6240"/>
			<content type="html"><![CDATA[<p>No clue, when i was cloning them, i didn&#039;t used stopsound<br />But i can make some test if you wish</p>]]></content>
			<author>
				<name><![CDATA[Vegas]]></name>
				<uri>http://forum.maratis3d.com/profile.php?id=53</uri>
			</author>
			<updated>2014-01-25T17:33:13Z</updated>
			<id>http://forum.maratis3d.com/viewtopic.php?pid=6240#p6240</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Sound cloning problem]]></title>
			<link rel="alternate" href="http://forum.maratis3d.com/viewtopic.php?pid=6235#p6235"/>
			<content type="html"><![CDATA[<p>ok, the use of &quot;stopSound&quot; seems to relieve the system ?</p>]]></content>
			<author>
				<name><![CDATA[anael]]></name>
				<uri>http://forum.maratis3d.com/profile.php?id=2</uri>
			</author>
			<updated>2014-01-25T05:14:42Z</updated>
			<id>http://forum.maratis3d.com/viewtopic.php?pid=6235#p6235</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Sound cloning problem]]></title>
			<link rel="alternate" href="http://forum.maratis3d.com/viewtopic.php?pid=6234#p6234"/>
			<content type="html"><![CDATA[<p>Oh ok thanks for the precision, well, i went with <a href="https://dl.dropboxusercontent.com/u/19970067/Maratis/Various/sounds.lua">this method</a>, so far everything&#039;s ok</p>]]></content>
			<author>
				<name><![CDATA[Vegas]]></name>
				<uri>http://forum.maratis3d.com/profile.php?id=53</uri>
			</author>
			<updated>2014-01-24T17:11:35Z</updated>
			<id>http://forum.maratis3d.com/viewtopic.php?pid=6234#p6234</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Sound cloning problem]]></title>
			<link rel="alternate" href="http://forum.maratis3d.com/viewtopic.php?pid=6233#p6233"/>
			<content type="html"><![CDATA[<p>You are probably saturating the sound buffer,<br />because you just duplicate and duplicate sound sources, and they are never deleted (as delete is not available yet from script).</p><p>You should use the same source for a specific sound if you don&#039;t need to play it simultaneously in different positions.<br />Or use a fixed number of sources (2 or 3) that you turn with.</p><p>Other temporary solution is to add a custom script to delete objects from a c++ plugin and call this script from lua when the sound finished playing. We can add this script to the trunk later.</p>]]></content>
			<author>
				<name><![CDATA[anael]]></name>
				<uri>http://forum.maratis3d.com/profile.php?id=2</uri>
			</author>
			<updated>2014-01-24T04:41:39Z</updated>
			<id>http://forum.maratis3d.com/viewtopic.php?pid=6233#p6233</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Sound cloning problem]]></title>
			<link rel="alternate" href="http://forum.maratis3d.com/viewtopic.php?pid=6232#p6232"/>
			<content type="html"><![CDATA[<p>Well, in the example i posted, you press a key to play a sound, <br />but then after some uses, when you press again, nothing happen</p>]]></content>
			<author>
				<name><![CDATA[Vegas]]></name>
				<uri>http://forum.maratis3d.com/profile.php?id=53</uri>
			</author>
			<updated>2014-01-23T16:27:10Z</updated>
			<id>http://forum.maratis3d.com/viewtopic.php?pid=6232#p6232</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Sound cloning problem]]></title>
			<link rel="alternate" href="http://forum.maratis3d.com/viewtopic.php?pid=6231#p6231"/>
			<content type="html"><![CDATA[<p>I can&#039;t understand what exactly the problem.. I don&#039;t always understand English.</p>]]></content>
			<author>
				<name><![CDATA[ant0n]]></name>
				<uri>http://forum.maratis3d.com/profile.php?id=1562</uri>
			</author>
			<updated>2014-01-23T15:58:31Z</updated>
			<id>http://forum.maratis3d.com/viewtopic.php?pid=6231#p6231</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Sound cloning problem]]></title>
			<link rel="alternate" href="http://forum.maratis3d.com/viewtopic.php?pid=6230#p6230"/>
			<content type="html"><![CDATA[<p>Hello, i have a problem about sound cloning, here&#039;s my set-up :</p><p>Two scenes, Scene-1 and SNDscene.<br />All sounds are on SNDscene.</p><p>I&#039;m using sounds in a OO way, so i can play a whole collection with just few lines, <br />for playing i&#039;m cloning the sound from SNDscene to Scene-1, <br />and i&#039;m setting the setPosition argument to place it to the object i want.</p><p>The problem is, after a while (120~ uses), it stop playing for good.<br /> in some other projects it stops playing after 15~ uses</p><p>here&#039;s a project to show the problem : <a href="https://dl.dropboxusercontent.com/u/19970067/Questions/Soundbug.rar">Soundbug</a><br />(this one stops sounds after 120~ uses)</p><p>Press these keys to play sound at :<br />4 = left<br />8 = front<br />6 = right<br />2 = back</p><p>Any idea what&#039;s going on ?</p>]]></content>
			<author>
				<name><![CDATA[Vegas]]></name>
				<uri>http://forum.maratis3d.com/profile.php?id=53</uri>
			</author>
			<updated>2014-01-23T14:28:54Z</updated>
			<id>http://forum.maratis3d.com/viewtopic.php?pid=6230#p6230</id>
		</entry>
</feed>
