|
użytkowników online: 45
|
OPINIE UŻYTKOWNIKÓW
|
Z mojej strony serwisowi należy się bardzo mocna pochwała. Nawet późna pora zgłoszenia problemu (23.00) nie przeszkodziła Darkowi w jego rozwiązaniu. Do tego poziom odpisywania na maile jest bardzo wysoki... wszystko wykłada jak cierpliwy nauczyciel. Śmiało mogę przyznać, że zamieszczone na stronach porady są rzeczowo opisane - a nie jak to bywa w innych serwisach mamy sam kod i nic poza tym! Jeszcze raz wielkie dzięki!
Damian Jarosz
Adminer.pl
|
|
PODRĘCZNIK PHP 5.x, 4.x, 3.x - częściowo spolszczony / źródło: www.php.net
[Spis]
[A]
[B]
[C]
[D]
[E]
[F]
[G]
[H]
[I]
[J]
[K]
[L]
[M]
[N]
[O]
[P]
[Q]
[R]
[S]
[T]
[U]
[V]
[X]
[W]
[Z]
LXXXVIII. OpenAL Audio BindingsTo rozszerzenie nie definiuje posiada żadnych
dyrektyw konfiguracyjnych w pliku php.ini.
Poniższe stałe są zdefiniowane w tym rozszerzeniu i stają się dostępne, gdy
rozszerzenie jest dokompilowane do PHP, lub załadowane dynamicznie przy starcie.
- ALC_FREQUENCY
(integer)
Context Attribute
- ALC_REFRESH
(integer)
Context Attribute
- ALC_SYNC
(integer)
Context Attribute
- AL_FREQUENCY
(integer)
Buffer Setting
- AL_BITS
(integer)
Buffer Setting
- AL_CHANNELS
(integer)
Buffer Setting
- AL_SIZE
(integer)
Buffer Setting
- AL_BUFFER
(integer)
Source/Listener Setting (Integer)
- AL_SOURCE_RELATIVE
(integer)
Source/Listener Setting (Integer)
- AL_SOURCE_STATE
(integer)
Source/Listener Setting (Integer)
- AL_PITCH
(integer)
Source/Listener Setting (Float)
- AL_GAIN
(integer)
Source/Listener Setting (Float)
- AL_MIN_GAIN
(integer)
Source/Listener Setting (Float)
- AL_MAX_GAIN
(integer)
Source/Listener Setting (Float)
- AL_MAX_DISTANCE
(integer)
Source/Listener Setting (Float)
- AL_ROLLOFF_FACTOR
(integer)
Source/Listener Setting (Float)
- AL_CONE_OUTER_GAIN
(integer)
Source/Listener Setting (Float)
- AL_CONE_INNER_ANGLE
(integer)
Source/Listener Setting (Float)
- AL_CONE_OUTER_ANGLE
(integer)
Source/Listener Setting (Float)
- AL_REFERENCE_DISTANCE
(integer)
Source/Listener Setting (Float)
- AL_POSITION
(integer)
Source/Listener Setting (Float Vector)
- AL_VELOCITY
(integer)
Source/Listener Setting (Float Vector)
- AL_DIRECTION
(integer)
Source/Listener Setting (Float Vector)
- AL_ORIENTATION
(integer)
Source/Listener Setting (Float Vector)
- AL_FORMAT_MONO8
(integer)
PCM Format
- AL_FORMAT_MONO16
(integer)
PCM Format
- AL_FORMAT_STEREO8
(integer)
PCM Format
- AL_FORMAT_STEREO16
(integer)
PCM Format
- AL_INITIAL
(integer)
Source State
- AL_PLAYING
(integer)
Source State
- AL_PAUSED
(integer)
Source State
- AL_STOPPED
(integer)
Source State
- AL_LOOPING
(integer)
Source State
- AL_TRUE
(integer)
Boolean value recognized by OpenAL
- AL_FALSE
(integer)
Boolean value recognized by OpenAL
User Contributed Notesganswijk at xs4all dot nl
01-Feb-2005 02:20
There is no explanation about what OpenAL actually is and you first have to follow quite a lot of links and download an SDK (from the Creative site) to get information about what OpenAL actually is, but here is what I understand it is:
It's a new standard to create a kind of 3D sound landscape in the way that OpenGL creates a visual 3D landscape. It's not a general sound card interface (as I was looking for). It doesn't handle MIDI and it can't handle sound input (yet).
I was hoping that I could experiment with a kind of homebrewed VoIP with this library but that's not the case.
BTW. The "links to the DLL", don't actually lead to an DLL and finding one is very hard and I haven't found one yet, but at least I know now that I don't have to search any further.
For the beautiful people making this excellent PHP site the great resource it is: Feel free to use this email as you seem fit...
|