2-Apr-1999 This is the page is dedicated to expose OpenAL's data types, values and such. |
Basic Types2-Apr-1999 This is a definition of all the basic types that will be used in the library. This is, so far, just my initiative. Please, comment on it.
|
Volume values2-Apr-1999 This is a definition of the values that will be used to specify sound volumes. This is, so far, just my initiative. Please, comment on it. Linear volume values are defined as 10000 for full volume, and 0 for silence. Values above 10000 are allowed, and represent volume overloading. Linear volumes can be integer or floating point. DB volume values are defined as 0 for full volume, -600 for half volume, -1200 for quarter volume and -10000 for silence. Positive values are legal, and represent overloading. DB volumes can be integer or floating point. Volume overloading consists in specifying a volume that's higher than the full volume. This allows for an extra 'punch' and, sometimes, for extra output quality, at the cost of possible distortion.
|
Frequency values2-Apr-1999 This is a definition of the values that will be used to specify sound frequencies, sample rates, notes, pitch, etc... This is, so far, just my initiative. Please, comment on it. Sample rate frequency values are defined as samples per second. They can be integer or floating point. Note frequency values are defined as integers composed of an octave value and a halftone value. They can only be integer. For example:
Relative frequency values are defined as multipliers for an existing frequency value, 10000 for unchanged frequency. They can be integer or floating point. For example, 20000 is double frequency (double sample rate), and 5000 is half the frequency.
|
Panning values2-Apr-1999 This is a definition of the values that will be used to specify stereo sound panning. This is, so far, just my initiative. Please, comment on it. Panning is defined as a position in a 360-degree circumference around the listener. Values are defined as unsigned, 16-bit integers, with values:
Inverted values are used in case simple surround is actually used. Because of the wave-inversion nature of its implementation, there are two possible solutions for each position around the listener. Reserving different values for both solutions allows for smooth surround panning-shift. Using 32-bit values to represent panning allows for specification of full turns around the listener, good for some dizzying panning-shift effects.
|
Time values2-Apr-1999 This is a definition of the values that will be used to specify a time interval. This is, so far, just my initiative. Please, comment on it. Millisecond time values define a time interval as an elapsed number of milliseconds. They can be integer or floating point. Infinite time can be specified as -1.
|
Position values2-Apr-1999 This is a definition of the values that will be used to specify a position within a sound. This is, so far, just my initiative. Please, comment on it. Sample position values are defined as the index of a sample within a wave sound. They can be integer or floating point. A value of 0 is the beginning of the sound, and a value of -1 is used to mean the end of the sound. They are usually specified as unsigned integers, so AL_SAMPLE_POSITION_END needs to be cast to the appropriate type. Time position values are defined as a time value elapsed from the beginning of the sound. They can be specified as any type of time value.
|
Priority values2-Apr-1999 This is a definition of the values that will be used to specify sound priorities. This is, so far, just my initiative. Please, comment on it. Priorities are defined as 8-bit integers between 0 and 255. A value of 0 is the highest priority, and a value of 255 is the lowest priority. The meaning of each value, apart for its position in the 0-255 range, is completely application-dependent.
|
All trademarked things I mention here are TM by their respective
owners. If you are one of those owners and want to be
specifically mentioned, please, contact me and I'll include it.
Go back to the directory of OpenAL pages
Go back to the directory of Programming pages
Go back to the main directory of JCAB's Rumblings
To contact JCAB: jcab@roningames.com
Ronin Entertainment home page: www.roningames.com
Last updated: 04 Apr 1999