openal
Record samples being played with OpenAL
I am playing 9 loops simultaneously using Open开发者_开发百科AL on iOS.In order for the loops to be 100% synchronized they are started playing on different threads.Any pointers/tutorials on using Open[详细]
2023-02-04 06:06 分类:问答SoX vs OpenAL performance/overhead
Both has bindings for C, both can play various formats. Which one is more superior? in terms of simplicity, performance, overhead and开发者_JS百科 memory footprint.[详细]
2023-02-01 00:34 分类:问答iOS: Pitch Shifting & Piping output from OpenAL into a buffer
I have recently spotted that it is possible in iOSto use OpenAL to pitch shift. I am looking at Hollance\'s sound bank player. it takes in 15 or so piano notes spattered through the range, and plays[详细]
2023-01-28 08:22 分类:问答iOS: Audio: Code needed for reading, processing, writing sound files + MIDI Processing [closed]
Closed. This question needs details or clarity. It is not currently accepting answers. Want to improve this question? Add details and clarify the problem by editing this post.[详细]
2023-01-28 06:24 分类:问答How to let user select a audio recording device with openAL?
So we have something like: //... // Get list of available Capture Devices const ALchar *pDeviceList = alcGetString(NULL, ALC_CAPTURE_DEVICE_SPECIFIER);[详细]
2023-01-27 13:12 分类:问答Programmatically playing MIDI with OpenAL and SF2
I can create a basic MIDI file from scratch verified using TiMidity++, and I know enough OpenAL to play a streamed source from a file.[详细]
2023-01-26 21:37 分类:问答Does Core Audio / OpenAL resample audio files?
I\'ve noticed that if my audio files are in caf 11250Hz mono they perform worse than 44.1Khz mono. Tracing it with profiler I can see that for the low sample rate files one of the longest traces ends[详细]
2023-01-24 09:06 分类:问答Why such OpenAL code gives such Erros in Visual studio 2008?
So in general my code is super simple - I am triing to write Microphone Echo programm and this is its start (as it seems to me - I am wary new to OpenAL)[详细]
2023-01-23 13:26 分类:问答How to record live audio input into file from microphone with openAL? (C++ code inside)
I h开发者_如何学Cave such code for doing echo of microphone with openAL on windows. I want to create some CapturedAudioData file to write all audio data captured during the loop. So its going to be[详细]
2023-01-23 06:28 分类:问答Best way to suppress OpenGL ES (iPhone) texture / OpenAL sounds memory footprint?
What should i do? I have some 512x512 png. I compressed them to PVR (which results terrible quality), and I\'m preparing to compress the PNGs with pngcrush tool.开发者_如何转开发 The PVRs have about 2[详细]
2023-01-22 04:26 分类:问答