Tagged Questions
ALSA stands for Advanced Linux Sound Architecture and is a kernel component that supports sound in Linux systems.
7
votes
4answers
5k views
Android OpenAL?
Has anyone built OpenAL for the Android, or found the shared library for it on the system? This seems like an obvious need for a game of any kind, yet there's no resources out there for it. It seems ...
6
votes
2answers
449 views
Android emulator sound - ubuntu
Using Ubuntu 10.04 64 bits for Android development and everything goes well except sound.
I've using -audio option and -audio-out one with alsa as backend parameter, but without luck.
¿Any idea?
5
votes
1answer
805 views
Tutorials for OpenSL ES for Android
I've been trying to look into using the OpenSL ES library that is available for doing native audio with android 2.3, but it appears that the header files and the 600 page pdf of the spec are the only ...
4
votes
1answer
625 views
Set ALSA master volume from C code
I've been looking for a simple C code example to set the master volume of the ALSA mixer but could not find anything simple for this supposedly common operation.
I'm totally unfamiliar with ALSA, so ...
4
votes
4answers
670 views
Android AudioRecord - Won't Initialize 2nd time
Hej, im currently trying to get AudioRecord to work. Because I need it in a bigger project. But it seems to mess up a lot.
I have been trying alot of things, so I went back to basic when I traced this ...
4
votes
1answer
277 views
ALSA: How to tell when a sound is finished playing
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 ...
4
votes
4answers
992 views
How to synthesize sounds?
I'd like to produce sounds that would resemble audio from real instruments. The problem is that I have very little clue how to get that.
What I know this far from real instruments is that sounds they ...
4
votes
5answers
2k views
Real Time Audio Analysis In Linux
I'm wondering what is the recommended audio library to use?
I'm attempting to make a small program that will aid in tuning instruments. (Piano, Guitar, etc.). I've read about ALSA & Marsyas ...
4
votes
3answers
835 views
Finding processes using ALSA sound fast
Currently the way /usr/sbin/alsa in Debian knows the processes using the sound card looks like:
echo $( \
lsof +D /dev -F rt \
| awk '/^p/ {pid=$1} /^t/ {type=$1} /^r0x(74|e)..$/ && type == ...
3
votes
2answers
159 views
playing created Audio-Data has noise and periodical clicking in sound
I write an application, which plays a sound getting from Hardware (like a ring buffer filled with a sinus wave with certain frequency). Everything works fine, and I can playback the created sound ...
3
votes
1answer
154 views
Audio Recording in Python
I want to record short audio clips from a USB microphone in Python. I have tried pyaudio, which seemed to fail communicating with ALSA, and alsaaudio, the code example of which produces an unreadable ...
3
votes
1answer
796 views
How do you do ALSA in Mono?
Does anyone know how to access ALSA (low-level audio API) in Linux using Mono?
NOTE: I'm hoping to access ALSA using PInvoke.
2
votes
1answer
33 views
audio packet type
I am starting working on a project that transmits G.711 audio over Ethernet, written in C (not C++) and running on Fedora 15. Rather than doing the smart thing and using RTP, I am using UDP to ...
2
votes
1answer
67 views
How to create artificial microphone input in Linux?
I'm working on an audio recognition project.
For testing, I'd like to be able to have a program:
load audio data from a file
provide it to the Linux kernel, as if it were coming from a microphone
...
2
votes
1answer
225 views
Get master sound volume in C in Linux
I'm trying to retrieve (and probably later set) the master sound volume in Linux. I'm using PulseAudio, but ideally it should work for ALSA too.
I found this very helpful post on how to set the ...
2
votes
2answers
331 views
Python/FFMPEG command line issues
I have a problem with running an FFMPEG command from within a Python script. When I run the following command from the terminal, I can stream video and audio from my attached webcam (Logitech C310) ...
2
votes
1answer
151 views
Trying to record from microphone and playback in real time
I'm trying to record data from my microphone and then play it back through the speakers in real time, and with some delays, but I'm having some problems with it. I chose to use python and alsaaudio, ...
2
votes
1answer
528 views
How to set Audio Sampling rate higher than 44.1kHz
I noticed that android.media.AudioRecord failed to work
when using wrong sampleRateInHz
REPRODUCE
You can also reproduce easily that issue
using pcmrecorder on Samsung Nexus S (by Google) :
...
2
votes
2answers
671 views
Cannot find alsa/asoundlib.h
While building my Android source code I get this error
cannot find alsa/asoundlib.h
I have already installed libasound2-dev. asoundlib.h is present in usr/include/alsa/ folder
but still the ...
2
votes
2answers
72 views
Ruby Threading Won't Context Switch
Using MRI ruby 1.9 I have some code like
def foo()
puts "in foo"
loop do
puts "in foo loop"
end
end
def bar()
puts "in bar"
start_alsa_listener
end
foo_thread = Thread.new { foo }
...
2
votes
1answer
543 views
ALSA: Full duplex C example?
is there an example of a full-duplex ALSA connection in C? I've read that it is supported, but all the introductory examples I saw did either record or play a sound sample, but I'd like to have one ...
2
votes
1answer
358 views
Set volume of ALSA stream
I need to be able to set the volume of my 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? Streaming ...
2
votes
1answer
216 views
Getting audio data every 20 milliseconds in ALSA?
I would like to call snd_pcm_readi() and get AUDIO DATA every 20 ms or every 40 ms. I want to know how to get my data synchronously ... that is every X ms ...
Thanks for any responses.
2
votes
1answer
439 views
simplest way of recording 8 bit signed mono 16khz sound with alsa (in a way it's compatible with pulse)?
I'm totally lost, does anyone have a very simple example of how to record a sound using ALSA with c++? the only thing i need is the raw samples as signed bytes for feeding them to another part of my ...
2
votes
2answers
798 views
How to find out ALSA audio device capabilities programmatically in Linux without opening the device
How do I find out the capabilities of ALSA devices without opening the device first? Problem is, I need to supply the parameters to the snd_pcm_open() function to use the test functions which to me is ...
1
vote
1answer
77 views
C code for tone generator in linux
I want to write a c code to generate tone using array output to DAC in ubuntu. (preferably alsa driver)
For example:
I need to be able to send voltage output to DAC like 1100000 etc. to be able to ...
1
vote
0answers
86 views
How to access a ALSA audio device in android? How are they named?
1.How does android decide which component of a audio device acts as a microphone.Say the default ALSA device hw:0,0 has Line,CD,Mic1 and Mic2 as input, then which is used when we try to access the ...
1
vote
1answer
71 views
Is it possible to capture both mic and line-in at the same time using ALSA?
Not terribly familiar with ALSA, but I'm supporting an application that uses it.
Is it possible to record audio from both the mic and line-in simultaneously? Not necessarily mixing the audio, though ...
1
vote
1answer
262 views
Android, msm_pcm_out device and ALSA lib
Could anyone tell me if it is possible to use alsa lib directly in native C code in Android?
Because I must receive raw data from native C code socket fd, I think it is better to play it out in ...
1
vote
1answer
277 views
PyAudio working, but spits out error messages each time
I'm using PyAudio to record input from the microphone.
Since the audio is recording fine for me, should I try to simply suppress its error messages? Or would there be a way of resolving them?
ALSA ...
1
vote
1answer
113 views
How to mix multiple PCM streams using ALSA
I have two different streams of PCM samples. Is it possible to somehow mix them and play with ALSA on the same output device?
I read it may be possible using the mixer but I'm finding it difficult to ...
1
vote
1answer
119 views
Can Ruby record PCM microphone input in Linux ALSA system?
Hi can ruby record microphone input in Linux ALSA system?
I would like to do some processing and encoding by ruby. But I couldn't find any related articles.
thanks guys!
1
vote
1answer
660 views
Is there any example for audio recoding using Audio-recorder
is any example for audio record using Audio-recorder...and if it is possible to develop assertions function for play the audio as tracks.
1
vote
1answer
156 views
error while starting self-compiled android in vm
i am getting following errors on starting the android vm (compiled from froyo branch) in virtual-box 4.0.4
D/ALSAModule(1985)open called for devices 00000002 in mode 0...
E/ALSALib ...
1
vote
1answer
230 views
alsa snd_pcm_writei
I noticed that the sine generator in pcm.c and speaker-test.c generate a new sine buffer in a loop. So it constantly recreates the same buffer. I wanted to play the buffer without recreating it every ...
1
vote
0answers
492 views
alsa_aplay not recording on android
I have just started working on android and I am trying to understand how android audio sub-system (alsa) works. I am running an android image in virtual-box running on windows-7 (64 bit).
I was ...
1
vote
0answers
54 views
after mercurial versioning the “make” fails after calling “./missing …”
I successfully compile alsa-lib when I run ./configure and subsequently make from the sources extracted from the original .tar.gz
Since I versioned with mercurial and then try to hg clone the full ...
1
vote
1answer
336 views
Buffer calculation in AudioHardwareALSA::getInputBufferSize(…)
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?
I've done some pre-cals but still ...
1
vote
4answers
514 views
Windows Gstreamer ALSA Alternative?
Does anyone know an alternative to ALSA that can be used on windows, with gstreamer, and how to install it, and where to find python bindings for it if it needs it?
thanks xxx
1
vote
0answers
348 views
PyAudio trying to use JACK
I'm running PyAudio under Python 2.6.6 and would like it to use ALSA and not JACK.
In [1]: import pyaudio
In [2]: pa = pyaudio.pa
In [3]: pa.initialize()
Cannot connect to server socket err = No ...
1
vote
0answers
395 views
Simulate Microphone (virtual mic)
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 can ...
1
vote
1answer
219 views
Using ruby-alsa
I finally got my code to reference the ruby-alsa library, but I'm stuck again. Eventually, what I'd like to happen is have an audio file play on the server when an action is invoked from the client ...
1
vote
1answer
200 views
ALSA: Opening and closing PCM On-The-Fly
I have a program that does the following:
Opens the default PCM with snd_pcm_open() function
Sends samples to play a sound
Closes the PCM with snd_pcm_close() function
The program will ...
1
vote
0answers
201 views
Linux ALSA/Sound-API Questions - How do you mute?
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 written some code to do audio playback using ALSA, and I ...
1
vote
2answers
68 views
ALSA: Power Saving Guidelines
Does anyone know of a set of power-saving guidelines for ALSA anywhere? For example...
What is the best state to put the PCM stream in when not sound is being played?
Is there anything that can be ...
1
vote
0answers
154 views
using ALSA api - sound does not start until buffer has filled
The application I'm using only plays sounds after enough sound has been generated. Say I click the mouse 10 times, with no sound, and then after those ten clicks I'll hear ten mouse click sounds (for ...
1
vote
2answers
381 views
Makefile conditional include
I'm trying to write an application that needs either ALSA or OSS headers. Basically, I want to pass a define to the compiler if /etc/oss.conf does not exist, since that probably means the soundcard.h ...
1
vote
0answers
202 views
ALSA: Looping Sound Problem
I have written a small program that tests the ALSA library on an Embedded Linux board. The program configures ALSA, plays a single sound and then waits 1 minute before exiting.
Here is what I am ...
1
vote
1answer
84 views
What is the correct type for this parameter?
This one is for all you ALSA guys. I need a sanity check here. I am using the the alsa-lib api to play sounds and the function that I am using to write the data to the driver is
snd_pcm_sframes_t ...
1
vote
2answers
199 views
Correctly sizing Alsa buffers, weird API
I'm currently working on a project that requires me to do some sampling with Alsa. I'm trying to configure correctly everything but I'm stuck on how to correctly size my reading.
There are two ...