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

(Initial page; further work to follow.)
 
m (Added navigation block, replaced educational content with outline list.)
 
Line 1: Line 1:
bleh
+
Example 6 - positional audio
 +
Distance Model
 +
love.audio.getDistanceModel these functions are either global,
 +
love.audio.getDopplerScale
 +
love.audio.setDistanceModel
 +
love.audio.setDopplerScale
 +
love.audio.getOrientation or they relate to -the listener-
 +
love.audio.getPosition
 +
love.audio.getVelocity
 +
love.audio.setOrientation
 +
love.audio.setPosition
 +
love.audio.setVelocity
 +
Source:getChannels positional audio works only with mono sources
 +
Source:setRelative absolute sources are affected by the listener position
 +
Source:isRelative
 +
 +
Source:setPosition
 +
Source:setVelocity
 +
Source:setAttenuationDistances
 +
Source:setVolumeLimits
 +
Source:setCone
 +
Source:setDirection
 +
Source:setRolloff
 +
 +
Source:getPosition
 +
Source:getVelocity
 +
Source:getAttenuationDistances
 +
Source:getVolumeLimits
 +
Source:getCone
 +
Source:getDirection
 +
Source:getRolloff
 +
 
 +
== Navigation ==
 +
 
 +
{| class="wikitable floatleft"
 +
| [[parent::User:Zorg/Manual:Audio/5|Previous Chapter]]
 +
|}
 +
{| class="wikitable floatright"
 +
| [[parent::User:Zorg/Manual:Audio/7|Next Chapter]]
 +
|}
 +
{| class="wikitable" style="margin-left: auto; margin-right: auto; border: none;"
 +
| [[parent::User:Zorg/Manual|Home]]
 +
|}

Latest revision as of 16:36, 12 November 2016

Example 6 - positional audio Distance Model love.audio.getDistanceModel these functions are either global, love.audio.getDopplerScale love.audio.setDistanceModel love.audio.setDopplerScale love.audio.getOrientation or they relate to -the listener- love.audio.getPosition love.audio.getVelocity love.audio.setOrientation love.audio.setPosition love.audio.setVelocity Source:getChannels positional audio works only with mono sources Source:setRelative absolute sources are affected by the listener position Source:isRelative

Source:setPosition Source:setVelocity Source:setAttenuationDistances Source:setVolumeLimits Source:setCone Source:setDirection Source:setRolloff

Source:getPosition Source:getVelocity Source:getAttenuationDistances Source:getVolumeLimits Source:getCone Source:getDirection Source:getRolloff

Navigation

Previous Chapter
Next Chapter
Home