openal
Disable surround sound with openAL
I\'m french so sorry for my english. I\'m currently making a splitscreen 2D game with LWJGL. I\'m using the openAL API which is given with LWJGL. Everything seems to works perfectly. Well, too perfec[详细]
2023-03-10 14:03 分类:问答Streaming Data to Sound Card Using C on Windows [closed]
Closed. This question is seeking recommendations for books, tools, software libraries, and more. It does not meet Stack Overflow guidelines guidelines. It is not currently accepting answers.[详细]
2023-03-08 20:25 分类:问答Are the key frames in a CAKeyframeAnimation always hit exactly?
Can anyone tell me if the key frames in a CAKeyframeAnimation are always guaranteed to be hit with their exact values when the animation runs? Or... do they only act as interpolation guides? e.g. If I[详细]
2023-03-07 20:56 分类:问答iPhone Audio Modifications (filters/effects)
I am developing an app where the user can record their voice, and then alter it in some way. I have implemented OpenAL, and I am able to adjust the pitch to speed up and slow down the audio file. The[详细]
2023-03-07 07:14 分类:问答OpenAL: alcOpenDevice() slow, can it be speed up?
Is it normal to take up to 2 seconds to run this function? It takes about 0.5 to 2.5 seconds, rarely more than 1 second though, usually around 开发者_Go百科0.6 to 0.9 seconds.[详细]
2023-03-06 10:34 分类:问答openAL - alBufferData and AL_INVALID_VALUE
i have a problem. When I buffer data, I get the 40963 error back, meaning AL_INVALID_VALUE. The programmers guide(http://connect.creativelabs.com/openal/Documentation/OpenAL_Programmers_Guide.pdf) say[详细]
2023-03-04 14:46 分类:问答openAL - choppy sound when playing the buffers
I have a voice chat which receives rtp packets (each packet contains 20ms of voice afaik), adds them to a buffer and plays it out.[详细]
2023-03-03 18:07 分类:问答How to play a sound instantly after another sound ended?
I cant ensure this by checking if the sound has stopped in my program because the sounds are handled in different thread, isnt that right?[详细]
2023-03-02 15:23 分类:问答Reading raw audio in iphone SDK
Hi I want to read and then want to perform开发者_高级运维 some operations on raw audio. What is the best way to do this?Audio File Services, Audio Converter Services, and Extended Audio File Services,[详细]
2023-03-01 17:01 分类:问答OpenAL: How to use linear attenuation?
I want to control the way how the sound source volume fades out by distance, how can i do this? Edit: I would also like to know how to scale the sound coordinate system accordingly: i dont want to he[详细]
2023-02-28 08:51 分类:问答