<?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-05-01T16:11:04Z</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=69398&amp;oldid=prev</id>
		<title>Myonlake: Myonlake moved page De/SetSoundSpeed to DE/SetSoundSpeed</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=DE/SetSoundSpeed&amp;diff=69398&amp;oldid=prev"/>
		<updated>2021-02-21T22:13:47Z</updated>

		<summary type="html">&lt;p&gt;Myonlake moved page &lt;a href=&quot;/wiki/De/SetSoundSpeed&quot; class=&quot;mw-redirect&quot; title=&quot;De/SetSoundSpeed&quot;&gt;De/SetSoundSpeed&lt;/a&gt; to &lt;a href=&quot;/wiki/DE/SetSoundSpeed&quot; title=&quot;DE/SetSoundSpeed&quot;&gt;DE/SetSoundSpeed&lt;/a&gt;&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 22:13, 21 February 2021&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Myonlake</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=DE/SetSoundSpeed&amp;diff=55635&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=55635&amp;oldid=prev"/>
		<updated>2018-07-04T15:02:56Z</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>