<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.multitheftauto.com/wiki/DE/setSoundSpeed?action=history&amp;feed=atom</id>
	<title>DE/setSoundSpeed - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.multitheftauto.com/wiki/DE/setSoundSpeed?action=history&amp;feed=atom"/>
	<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=DE/setSoundSpeed&amp;action=history"/>
	<updated>2026-04-20T10:59:57Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.3</generator>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=DE/setSoundSpeed&amp;diff=55636&amp;oldid=prev</id>
		<title>Crowd: Created page with &quot;__NOTOC__  {{DE/Client function}} Diese Funktion ändert die Geschwindigkeit der Wiedergabe eines Sound Elements.  ==Syntax==  &lt;syntaxhighlight lang=&quot;lua&quot;&gt;bool setSoun...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=DE/setSoundSpeed&amp;diff=55636&amp;oldid=prev"/>
		<updated>2018-07-04T15:05:50Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;__NOTOC__  {{DE/Client function}} Diese Funktion ändert die Geschwindigkeit der Wiedergabe eines &lt;a href=&quot;/wiki/Sound&quot; class=&quot;mw-redirect&quot; title=&quot;Sound&quot;&gt;Sound&lt;/a&gt; &lt;a href=&quot;/wiki/Element&quot; title=&quot;Element&quot;&gt;Elements&lt;/a&gt;.  ==Syntax==  &amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;bool setSoun...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;__NOTOC__ &lt;br /&gt;
{{DE/Client function}}&lt;br /&gt;
Diese Funktion ändert die Geschwindigkeit der Wiedergabe eines [[Sound]] [[Element]]s.&lt;br /&gt;
&lt;br /&gt;
==Syntax== &lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;bool setSoundSpeed ( element theSound, float speed )&amp;lt;/syntaxhighlight&amp;gt; &lt;br /&gt;
{{DE/OOP||[[sound]]:setSpeed|speed|getSoundSpeed}}&lt;br /&gt;
===Required Arguments=== &lt;br /&gt;
*'''theSound:''' das [[Sound]] [[Element]], von welchem du die Geschwindigkeit ändern möchtest.&lt;br /&gt;
*'''speed:''' ein [[float]] Wert (Fließkommazahl), welcher die Wiedergabegeschwindigkeit repräsentiert.&lt;br /&gt;
===Rückgabe===&lt;br /&gt;
Gibt ein ''true'' zurück, wenn die Geschwindigkeit vom [[Sound]] Element erfolgreich geändert wurde, ''false'' wenn nicht.&lt;br /&gt;
&lt;br /&gt;
==Beispiel== &lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
function soundFunc()&lt;br /&gt;
sound = playSound ( &amp;quot;/sounds/jizzy.mp3&amp;quot;,true) -- Spielt einen Sound ab&lt;br /&gt;
setSoundSpeed ( sound, 1.2 ) -- Spielt den Sound 20% schneller ab&lt;br /&gt;
end&lt;br /&gt;
addCommandHandler(&amp;quot;play&amp;quot;,soundFunc)&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Siehe auch==&lt;br /&gt;
{{DE/Client_audio_functions}}&lt;br /&gt;
&lt;br /&gt;
[[ar:setSoundSpeed]]&lt;/div&gt;</summary>
		<author><name>Crowd</name></author>
	</entry>
</feed>