0
votes
0answers
17 views

Test microphone connected with phantom

I need to test a microphone with this configuration: microphone(in)->phantom->cannonToUsbConverter->computer Now, i easily test any usb microphone using command: arecord -f cd -D ...
1
vote
2answers
187 views

Extract Gstreamer alsa microphone data and send packets through UDP using my own Network solution for transport

I'm trying to figure out how I can send streaming audio data through my own UDP packeting system, I realise there is an ultra convenient functions built into Gstreamer but I truly believe i must do ...
0
votes
1answer
162 views

Testing Microphone Linux command or python

I think this question might has been asked. But I can find it. My question is: I want to write a small program in python to run on Linux to record the user's voice with a record button. But I want to ...
0
votes
1answer
130 views

How to know whether microphone is in use or not in Android

I want to know whether the microphone of my phone is in use or not? How can it be done through Android NDK.... I am a newbie so don't have much idea regarding this.....
0
votes
1answer
42 views

Is there any provision in android to know which user application is using which system service

Is there any provision in android or ndk by to know which user application is using which system service? OR another way by using pid:- Suppose i have an application which uses microphone, microphone ...
2
votes
0answers
337 views

Alsa: Creating a virtual microphone

How can I correctly change a .asoundrc file to realize a virtual microphone? I have the follow .asoundrc file, but it doesn't work: pcm.audinp { type file slave.pcm front ...
7
votes
1answer
821 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 ...
3
votes
1answer
1k views

Receive mic input and process

I am writing a small program in C++ that receives mic input and does some simple live audio processing. I have been looking around and the only things I have been able to find that work on Linux are ...
0
votes
1answer
272 views

how to connect HAL using dbus

I'm using python and dbus. What i really need is a way to get the input from my microphone into my python program and then play it back from the program. I googled a lot and it seems pyaudio might do ...