alsa Questions
1
I am currently learning the audio domain of android OS with qualcomm chipsets. I have come across mixer_paths.xml file. I have been trying to understand the convention of writing and modifying the ...
Pyriphlegethon asked 14/11, 2014 at 5:9
2
I installed Android on Virtualbox, I'm using Android x86 downloaded from http://www.android-x86.org/download I chose version 2.3 the eeepc version (android-x86-2.3-RC1-eeepc.iso).
The problem is t...
Dinky asked 20/8, 2013 at 14:17
1
I'm looking for some help in configuring the audio on a Raspberry Pi as all my Googling efforts have fallen short so far!
My setup:
Raspberry PI 3 (running Debian Jessie)
USB WebCam (Logitech) w...
Reprehension asked 26/3, 2016 at 18:34
0
I'm doing a program using portaudio, but once i run it i get these problems (the program compiles and run, but I suspect it doesn't behave the way it should because of these problems). Any ideas ho...
Incorporeity asked 26/2, 2016 at 12:49
1
Solved
i am working on speech recognition . for this i am using "alsa-utils" but when i try to use this script
#!/bin/bash
echo “Recording… Press Ctrl+C to Stop.”
arecord -D plughw:1,0 -q -f cd -t wav...
Max asked 14/2, 2016 at 21:50
3
Solved
I'm planning to implement a "DSP-like" signal processor in Python. It should capture small fragments of audio via ALSA, process them, then play them back via ALSA.
To get things started, I wrote t...
Jural asked 5/1, 2016 at 19:30
1
Solved
4
I have already some time a problem with audio in Arch Linux.
Here it goes:
When I plug my headphones in at boot Arch will play all audio through my headphones, when I plug them out there is just n...
Pasquil asked 12/11, 2013 at 17:15
3
Solved
I am New to audio programming.I want to create small application which is capable of playing and gives volume control . I am using alsa-lib.
I want to know what is the purpose of switch (ex.Maste...
1
Solved
I have a working PCM output with good sounding audio on a Raspberry Pi compute module ( Linux ) using the rpi dac. The 'aplay -l' command output shows the following:
>> aplay -l
**** List of...
2
Solved
I'm trying to implement audio capturing on a SoC using ALSA library.
I've a precompiled libasound.so.2.0.0 a asoundlib.h together with other headers.
now I have
int returnCode;
snd_pcm_t *pcm_Han...
1
Solved
I am attempting to include specific header files in a yocto build that are found in dev packages. The packages are boost and alsa.
I have included the bitbake recipe files into my image recipe whi...
2
Solved
I need to send audio from a radio to a secondary system using an embedded linux system.
The secondary system needs to set up a communication channel which takes a few seconds.
So if I don't want ...
2
Solved
I am attempting to transfer some old Video 8 tapes to my computer, though an EasyCap USB stick and the motherboard's sound line-in, on Ubuntu. I believe the arguments are correctly laid out below t...
Chantay asked 6/2, 2015 at 6:31
1
I have 2 Raspberry Pis and 1 of them transmits UDP frames of Audio data to the other Raspberry Pi. The UDP Packets received are 160 Bytes each. The transmitting Raspberry Pi is sending 8KHz 8-bit M...
Bastinado asked 8/2, 2015 at 23:41
2
Solved
I'm trying to set one device for playback and another one for capture, my nano /etc/asound.conf has this:
pcm.!default {
type asym
playback.pcm "plughw:1,1"
capture.pcm "plughw:1,0"
}
ctl.!def...
Eboat asked 21/11, 2014 at 2:54
1
Solved
Good day,
I have been debating some details with a colleague about ALSA vs PulseAudio, and need some help coming to a conclusion with it. It's to my understanding that ALSA is relatively low-level...
Squama asked 25/3, 2015 at 0:42
1
Solved
Trying to learn the ALSA audio layers to eventually write an ALSA device driver for the Raspberry Pi platform. Starting simple, I glued together various samples from the ALSA project site and other...
Hilde asked 6/1, 2015 at 3:34
1
Solved
I'm writing a program that reads from two mono ALSA devices and writes them to one stereo ALSA device.
I use three threads and ping-pong buffer to manage them. Two reading threads and one writing ...
Hollie asked 24/10, 2014 at 9:25
4
Solved
Can someone explain how snd_pcm_writei
snd_pcm_sframes_t snd_pcm_writei(snd_pcm_t *pcm, const void *buffer,
snd_pcm_uframes_t size)
works?
I have used it like so:
for (int i = 0; i < 1; i+...
5
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 on...
2
Solved
I'm using ALSA for and audio application on Linux, I found great docs explain how to use it : 1 and this one. although I have some issues to understand this part of the setup :
/* Set number of ...
1
In latest Android releases, the AOSP release typically comes with tinyALSA and tinyCompress. In this question, Simon has mentioned that all Nexus devices shall support tinyALSA.
My question is why...
2
I installed ChucK in my Ubuntu 12.0.4 VirtualBox. When I started the miniAudicle Virtual Machine, I got a pop up error message
"The Virtual Machine appears to be hanging.......Abort the current s...
Outlook asked 29/10, 2013 at 16:33
1
I'm using the Java sound API and Java 1.7. I am having difficulty reading from a TargetDataLine quickly enough to keep up with what is being recorded when I run my application on Linux (java versio...
© 2022 - 2024 — McMap. All rights reserved.