I\'ve been using Java for a college software dev开发者_如何转开发elopment class, and recently we have been doing some work with building an MP3 player.
I\'m looking at getInputBufferSize(...) function in AudioHardwareALSA.cpp and it returns hardcoded the value of 320. My question is: How is this value calculated?
Hej, im currently trying 开发者_如何学Goto get AudioRecord to work. Because I need it in a bigger project. But it seems to mess up a lot.
Does anyone know an alternative to ALSA that can be used on windows, with gstreamer, and how to install it, and w开发者_JAVA技巧here to find python bindings for it if it needs it?
I\'m making开发者_如何学Go my own image to run on the Android Emulator. Within this image I have a application that wants to use alsa for sound. Is this possible withing the Android Emulator?
I\'m running PyAudio under Python 2.6.6 and would like it to use ALSA and 开发者_运维知识库not JACK.
I\'ve got a problem where I need to \"simulate\" microphone output. Data will be coming over the network, decoded into PCM and basically needs to be written into the mic - which then other programs
I need to be able to set the volume of my开发者_JS百科 ALSA stream (snd_pcm_t from the PCM Interface). This is a common operation and i don\'t understand why there is no easy way? How can i do this? S
How do I mute sound using C? Is there an ALSA function call? Are there any other function calls/APIs that can MUTE the microphone?
I have a c++ object that accepts sound requests and plays them with ALSA. There is thread that processes the sound requests. Some sounds are periodic and are rescheduled after the wav file contents ha