Active Topics

 


Reply
Thread Tools
Posts: 20 | Thanked: 1 time | Joined on Dec 2011
#1
A simple megaphone app would be great for N9.
By megaphone I mean using phone's mic to record sound and simultaneously play it via speakers or 3.5mm output.
I don't think its difficult to make such an app. Thanks
 
Posts: 2,290 | Thanked: 4,134 times | Joined on Apr 2010 @ UK
#2
With gst-launch installed you can do that via x-terminal.

Code:
gst-launch autoaudiosrc ! autoaudiosink
Ctrl + c to kill.

Have a read of...
http://talk.maemo.org/showthread.php?t=71757

It will be hard to playback through the devices speakers due to feedback to the devices mic. Line out would be handy tho.
 

The Following 3 Users Say Thank You to sixwheeledbeast For This Useful Post:
Posts: 20 | Thanked: 1 time | Joined on Dec 2011
#3
Thanks for the answer, but where do I get gst-launch?
I searched and installed gstreamer tools.
But when I write your command it says gst-launch: not found.
 
Moderator | Posts: 5,320 | Thanked: 4,464 times | Joined on Oct 2009
#4
It may simply not be in the repo, see these *nix cmds
https://docs.google.com/document/d/1...h.kn0f912e9g5a

But 1st be sure you've def. got the repo configured correctly.
Just install the latest deb mentioned in this thread
http://talk.maemo.org/showthread.php?t=81154

If it's not in the repo, try rzr's repo, search this doc for "rzr"
https://docs.google.com/document/d/1...h.3l3cqhbx8c33

Last edited by jalyst; 2012-01-10 at 22:03.
 

The Following User Says Thank You to jalyst For This Useful Post:
Posts: 2,290 | Thanked: 4,134 times | Joined on Apr 2010 @ UK
#5
Only have a N900 so unsure about gstreamer on N9.
I believe you have to have harmattan-dev repo enabled.
Make sure the repos setup properly and that gstreamer has properly installed.

On a side note made a simple QBW button for this if it will help anyone.
 
Posts: 20 | Thanked: 1 time | Joined on Dec 2011
#6
It works, thanks everyone.

I had the wrong gstreamer tools installed, all I needed was:
Code:
 apt-get install gstreamer-tools
instead of
Code:
 apt-get install gstreamer0.10-tools
 
Reply


 
Forum Jump


All times are GMT. The time now is 13:01.