![]() |
2009-06-03
, 04:53
|
Posts: 58 |
Thanked: 34 times |
Joined on Dec 2007
@ the Lower Rainland
|
#2
|
![]() |
2009-06-03
, 20:47
|
Posts: 146 |
Thanked: 15 times |
Joined on Oct 2008
|
#3
|
You should try YouAmp. It allows you to adjust the gain from inside the program.
![]() |
2009-06-03
, 21:16
|
|
Posts: 2,355 |
Thanked: 5,249 times |
Joined on Jan 2009
@ Barcelona
|
#4
|
![]() |
2009-06-03
, 22:00
|
Posts: 146 |
Thanked: 15 times |
Joined on Oct 2008
|
#5
|
gstreamer is the suggested backend for maemo. You'll also get DSP accelerated decoding this way.
I'm pretty sure there are python bindings for it.
![]() |
2009-06-03
, 22:30
|
|
Posts: 2,355 |
Thanked: 5,249 times |
Joined on Jan 2009
@ Barcelona
|
#6
|
Mmm... interesting. Do you know if gstreamer has automatic volume gain, like mplayer? In fact, do you know where I can read about it, in particular, the bindings?
BTW, I got mplayer working in slave mode. But still, you awoke my curiosity... probably gstreamer is indeed better.
The Following User Says Thank You to javispedro For This Useful Post: | ||
![]() |
2009-06-04
, 02:44
|
Posts: 146 |
Thanked: 15 times |
Joined on Oct 2008
|
#7
|
I don't know if an automatic volume gain component exists -- sorry.
There's a nice pygst tutorial at http://pygstdocs.berlios.de/pygst-tutorial/index.html . Specially check http://pygstdocs.berlios.de/pygst-tutorial/playbin.html .
It should be better, but seems using it may be more complex than your initial idea.
![]() |
2009-06-04
, 21:34
|
Posts: 7 |
Thanked: 3 times |
Joined on May 2009
|
#8
|
![]() |
2009-06-06
, 03:13
|
Posts: 146 |
Thanked: 15 times |
Joined on Oct 2008
|
#9
|
Did you get to a working playbin for Maemo? I'd be interested.
My target is a 770.
![]() |
2011-02-12
, 03:03
|
Posts: 146 |
Thanked: 15 times |
Joined on Oct 2008
|
#10
|
I want to write a *very* simple audio player in pygtk as part of a much bigger project related to ornitology and bird photography. My idea was to use mplayer in slave mode as backend to play the bird songs, since it has a volume gain feature (many bird songs records are quite low).
My problem is that mplayer crashes (both in my PC and in the N800) with the message: "MPlayer interrupted by signal 13 in module: unknown"
I was unable to find the meaning of this... Interestingly, mplayer does not crash if the same command is executed in the console.
This is the relevant part of my code:
os.popen('mplayer -slave -input file=/tmp/mpfifo '+self.file)
So:
1) Do you have an idea why mplayer is crashing?
2) If not, which other backend software with volume gain to use as backend?
3) Do you know how to use madplay as backend?
4) Any other software to use as backend, even without volume gain?
Thanks a lot,
L.