Lulu
Lulu
Thanks for your clarifications. I understand now that is important to keep compatibility with different implementations that can be found on different platforms. I keep this thread open for a...
In all examples, we checks if some extensions are present after a device is opened and a context created. And only after, we can retrieve the adresses of procedures and...
After some test: On my computer, frequency are accepted until 192Khz and rejected beyond that (not tested all frequency). So, the answer to the question 2 is no. It means...
> If you use the OpenAL Soft DLL directly (without the router), there aren't different versions of the same function. Whatever you get from one OpenAL Soft device/context will work...
Hi, a very late response... Try to add unit 'Forms' in your clause uses. Application is defined in this unit.
The audio tools used to generate the sin wave is Cool Edit Pro (an old audio editor). After check, the generated sin wave is regular. The "plop" on the captured...
I've made another test with a capture buffer size of 65536 and recording time to 400s (always 44100Hz): `recorder.mRecTime = 400.0f` `recorder.mDevice = alcCaptureOpenDevice(devname, recorder.mSampleRate, format, 65536);` The first plop...
no problem on win64: recording 20min sin wave without any "plop".
My machine is win10 and I use VirtualBox to test my application under Ubuntu Mate 20
Hi, sorry I just read your reply. Yes, now it compile without error. Tested under Win10 64b, and Linux 64 and 32b. Thanks you ! Regards