![]() |
2010-09-14
, 06:24
|
|
Posts: 3,404 |
Thanked: 4,474 times |
Joined on Oct 2005
@ Germany
|
#12
|
![]() |
2010-10-08
, 10:26
|
Posts: 22 |
Thanked: 17 times |
Joined on Apr 2010
|
#13
|
As root:
then run the command he posted in the first post.Code:apt-get install gstreamer0.10-plugins-good
apt-get install gstreamer0.10-plugins-good-extra
![]() |
2011-10-29
, 16:11
|
Posts: 23 |
Thanked: 5 times |
Joined on Mar 2010
@ TX, USA
|
#14
|
pulsesrc device=alsa_output.hw_0.monitor
![]() |
2012-09-02
, 21:48
|
Posts: 11 |
Thanked: 12 times |
Joined on Jan 2012
@ Germany
|
#15
|
![]() |
2012-09-10
, 04:09
|
|
Posts: 21 |
Thanked: 15 times |
Joined on Jan 2011
|
#16
|
Source Audio:
I'm really enjoying using the microphone as the input to the visualizer but might like to use the device's own output at some point. I've tried specifying the output with
but that doesn't run. Does anyone know what the name of that audio output is on Maemo?Code:pulsesrc device=alsa_output.hw_0.monitor
pactl list | grep monitor
gst-launch pulsesrc device=sink.hw0.monitor ! audioconvert ! goom ! ffmpegcolorspace ! xvimagesink
TIA