Difference between revisions of "User:Zorg/Manual:Audio/7"

(Initial page; further work to follow.)
 
m (0.11.0 -> 11.0)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
bleh
+
Example 7 - generative audio - sounddata sound effects? dsp; generators as well as effects.
 +
Source:getFreeBufferCount will be introduced in 11.0
 +
Source:queue will be introduced in 11.0
 +
love.sound.newSoundData
 +
SoundData:getBitDepth
 +
SoundData:getChannels
 +
SoundData:getDuration
 +
SoundData:getSample
 +
SoundData:getSampleCount
 +
SoundData:getSampleRate
 +
SoundData:setSample
 +
Data:getPointer
 +
Data:getSize
 +
Data:getString
 +
 
 +
== Navigation ==
 +
 
 +
{| class="wikitable floatleft"
 +
| [[parent::User:Zorg/Manual:Audio/6|Previous Chapter]]
 +
|}
 +
{| class="wikitable floatright"
 +
| [[parent::User:Zorg/Manual:Audio/8|Next Chapter]]
 +
|}
 +
{| class="wikitable" style="margin-left: auto; margin-right: auto; border: none;"
 +
| [[parent::User:Zorg/Manual|Home]]
 +
|}

Latest revision as of 16:59, 11 January 2019

Example 7 - generative audio - sounddata sound effects? dsp; generators as well as effects. Source:getFreeBufferCount will be introduced in 11.0 Source:queue will be introduced in 11.0 love.sound.newSoundData SoundData:getBitDepth SoundData:getChannels SoundData:getDuration SoundData:getSample SoundData:getSampleCount SoundData:getSampleRate SoundData:setSample Data:getPointer Data:getSize Data:getString

Navigation

Previous Chapter
Next Chapter
Home