pcm
Determine Number of Frames in a Core Audio AudioBuffer
I am trying to access the raw data for an audio file on the iPhone/iPad. I have the following code which is a basic start down the path I need. However I am stumped at what to do once I have an AudioB[详细]
2023-01-27 13:27 分类:问答Android MediaPlayer causes game to freeze with "AudioHardware pcm playback is going to standby"
This is a tough one :/ I\'m making a music-based Android game a la Audiosurf. It works all nice except a few seconds before end of a song (that is being played with a normal MediaPlayer) the music st[详细]
2023-01-27 09:38 分类:问答C & Fmod Ex - playing a PCM array/buffer in Real Time
I use an array to process radio signal and to obtain raw PCM audio. I am desperately trying to play this audio using Fmod Ex.[详细]
2023-01-23 20:59 分类:问答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 分类:问答How can I decode OGG vorbis data from a ByteBuffer?
The libraries I fou开发者_StackOverflownded so far only have methods to decode from a file or InputStream. I have a ByteBuffer with OGG vorbis data and I need it decoded to PCM without having to write[详细]
2023-01-21 12:53 分类:问答Playing Stereo PCM with DirectSound
Hey, I have simple 16-bit PCM player that I made using DirectSound. But when 开发者_Python百科it plays, it seems that it plays only one speaker instead of both.[详细]
2023-01-20 14:32 分类:问答How to convert AMR sound stream to PCM uncompressed stream in .NET
I need to convert an AMR (Adaptive Multi-Rate) audio file recorded in a phone (as a Stream object) to a PCM uncompressed wav audio Stream so it can be processed afterwards for speech recognition. The[详细]
2023-01-19 16:42 分类:问答Is the native AAC decoder available when using Android NDK?
I\'m looking for a way to decode AAC natively to PCM on Android. The decoder source code is at https://android.googlesource.com/platform/external/opencore/+/master/codecs_v2/audio/aac/dec, but I\'m no[详细]
2023-01-19 10:25 分类:问答What is a MIDI soundbank?
I am a neophyte at MIDI.Does a MIDI soundbank contains \"instructions\" [sic] for a MIDI synthesizer to turn into PCM audio?[详细]
2023-01-19 03:04 分类:问答Why are an integers bytes stored backwards? Does this apply to headers only?
I\'m currently trying to decipher WAV files. From headers to the PCM da开发者_C百科ta. I\'ve found a PDF (http://www.tdt.com/T2Support/technical_notes/tn0132.pdf) detailing the anatomy of a WAV file,[详细]
2023-01-16 00:03 分类:问答
加载中,请稍侯......