Top "Alsa" questions

ALSA stands for Advanced Linux Sound Architecture and is a kernel component that supports sound in Linux systems.

Running python script as root

I have the following script: #!/usr/bin/env python import sys import pyttsx def main(): print 'running speech-text.py...' …

python shell root alsa
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 …

python alsa pyaudio
No Audio in Android-x86

I've setup an Android-x86 image (4.0-RC1-eeepc) in VirtualBox on a Dell Latitude D820. This particular ISO is not for …

android alsa android-x86
Need a simple example for audio recording

I am in need of simple audio recording and playing example using AudioRecorder in android. I tried with MediaRecorder, it …

android audio alsa audiorecord mediarecorder
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, …

android audio alsa opensl
How to play sound in a docker container

I'm trying to dockerize a text to speech application for sharing the code with other developers, however the issue I …

audio docker alsa
run apps using audio in a docker container

This question is inspired by Can you run GUI apps in a docker container?. The basic idea is to run …

qt audio docker alsa pulseaudio
How to programmatically change volume in Ubuntu

How do you programmatically change volume in Gnome on Ubuntu, either from the command line or an API (Python preferrably)? …

python audio ubuntu gnome alsa
ALSA: Ways to prevent underrun for speaker

I am playing a single channel audio in non-interleaved mode. I am getting underrun when I am writing audio data …

c linux audio alsa
A2DP sink without pulseaudio

So I'm trying to make my linux server play music sent from my Android phone using bluetooth (the linux machine …

linux bluetooth alsa a2dp