Questions tagged [tinyalsa]

tinyalsa is a small library to interface with ALSA in the Linux kernel.

tinyalsa is a small library to interface with ALSA in the Linux kernel.

https://github.com/tinyalsa/tinyalsa

22 questions
0
votes
2 answers

How to stop recording with tinycap in android?

We're using tinycap to do some script automatically in our android phone device. But how to give argument to stop it? Like tinycap -d 5 test.wav(5s) Thanks.
Vick753
  • 13
  • 2
  • 9
0
votes
0 answers

tinyalsa sh: ./tinypcminfo: No such file or directory

tinyalsa elf failed to run on android shell, anybody know what is wrong with it ? I am new to android, :-) here are my steps: 1. download tinyalsa source code to a ubuntu 10 vm, compile it with arm-linux-gnueabi-gcc 2. adb push xx\tinypcminfo…
arthur
  • 1
  • 2
0
votes
1 answer

Is there any way to capture audio through tinymix commands?

I am trying to capture Raw Audio data directly through USB from mobile so is there any tinymix commands to capture it?
sack92
  • 55
  • 8
0
votes
1 answer

Android AudioRecord Configuration does not match recorded Audio

I am intending to record stereo audio on an Android 4.4.2 device. However the audio being recorded via a simple recording App (using AudioRecord) does not match the configuration supplied. I would hope to see error messages in logcat if the device…
0
votes
0 answers

APQ8064 alsa recording

I have a Nexus 4 device (msm8960 with APQ8064 sound card). I'm trying to record audio from the primary device (pcmC0P0c) using tinyalsa tinycap utility but I encounter the following issues: If I do not modify any mixer control, I get an "Unable to…
Oren
  • 937
  • 1
  • 10
  • 34
0
votes
0 answers

Android Using tinyalsa in Java code

I built tinyalsa lib using the sources from tinyalsa-ndk and wrapped it with JNI calls and I'm trying to use it in my code. I used Swig to generate Java wrappers (and modified output to comply with my package) My native method declaration is: public…
Oren
  • 937
  • 1
  • 10
  • 34
0
votes
1 answer

why is it necessary to send pcm samples to ALSA?

I understand that if the hardware decoders are not present then we need to send pcm samples to alsa, but is it solely because of hardware limitation, or is there any requirement from ALSA as well ?
Trickmaster
  • 187
  • 2
  • 5
1
2