Difference between revisions of "User:Zorg/Manual:Audio/7"
(Initial page; further work to follow.) |
m (Added navigation block, replaced educational content with outline list.) |
||
Line 1: | Line 1: | ||
− | + | Example 7 - generative audio - sounddata sound effects? dsp; generators as well as effects. | |
+ | Source:getFreeBufferCount will be introduced in 0.11 | ||
+ | Source:queue will be introduced in 0.11 | ||
+ | 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]] | ||
+ | |} |
Revision as of 16:37, 12 November 2016
Example 7 - generative audio - sounddata sound effects? dsp; generators as well as effects. Source:getFreeBufferCount will be introduced in 0.11 Source:queue will be introduced in 0.11 love.sound.newSoundData SoundData:getBitDepth SoundData:getChannels SoundData:getDuration SoundData:getSample SoundData:getSampleCount SoundData:getSampleRate SoundData:setSample Data:getPointer Data:getSize Data:getString
Previous Chapter |
Next Chapter |
Home |