The Following 2 Users Say Thank You to fatalsaint For This Useful Post: | ||
|
2010-06-14
, 22:23
|
Posts: 3,428 |
Thanked: 2,856 times |
Joined on Jul 2008
|
#12
|
|
2010-06-15
, 05:58
|
Posts: 3,428 |
Thanked: 2,856 times |
Joined on Jul 2008
|
#13
|
The Following User Says Thank You to fatalsaint For This Useful Post: | ||
|
2010-06-15
, 06:18
|
|
Posts: 1,559 |
Thanked: 1,786 times |
Joined on Oct 2009
@ Boston
|
#14
|
|
2010-06-15
, 06:29
|
Posts: 3,428 |
Thanked: 2,856 times |
Joined on Jul 2008
|
#15
|
The Following User Says Thank You to fatalsaint For This Useful Post: | ||
|
2010-06-15
, 06:44
|
|
Posts: 1,559 |
Thanked: 1,786 times |
Joined on Oct 2009
@ Boston
|
#16
|
Not really sure how big of a difference it is but watching top while listening shows 34% cpu usage, with pyradio at betwen 15-20% and pulseaudio itself at 20%+. Now those numbers dont match because watching /proc/cpuinfo shows the processor bouncing between 250 and 500. I notice no system slowdowns.
The reason for better play is pianobar uses libao/libmad with no buffer to playback audio. pyRadio uses gstreamer which utilizes a buffer allowing for brief interruptions in connection.
|
2010-06-15
, 06:57
|
|
Posts: 4,274 |
Thanked: 5,358 times |
Joined on Sep 2007
@ Looking at y'all and sighing
|
#17
|
Does the fact pyRadio uses gstreamer mean that it will playback properly through headphones in silent profile?
The Following 3 Users Say Thank You to qwerty12 For This Useful Post: | ||
|
2010-06-15
, 07:27
|
|
Posts: 1,559 |
Thanked: 1,786 times |
Joined on Oct 2009
@ Boston
|
#18
|
Not exactly: https://bugs.maemo.org/show_bug.cgi?id=6694
The Following 3 Users Say Thank You to Flandry For This Useful Post: | ||
|
2010-06-15
, 13:04
|
Posts: 3,428 |
Thanked: 2,856 times |
Joined on Jul 2008
|
#19
|
I get 10 PA and 10 media player vs. about 15 PA and 22 pianobar. 20% seems really high for PA.
Interesting. In walking around my building, i actually thought there was a buffer in pianobar because the music seemed to stop awhile after going out of wifi range and take awhile to start after returning. Interesting to know it's just my perception.
Does the fact pyRadio uses gstreamer mean that it will playback properly through headphones in silent profile?
fatalsaint, can you please use this workaround or the one in comments 29/30? It's really obnoxious for my coworkers when i'm listening to pandora and get an SMS or incoming call and it blasts the notification from the speaker...
The Following User Says Thank You to fatalsaint For This Useful Post: | ||
|
2010-06-15
, 15:10
|
Posts: 3,428 |
Thanked: 2,856 times |
Joined on Jul 2008
|
#20
|
pulsesink = gst.get_element_factory_make("pulsesink", "pulsesink") proplist = gobject.list_properties(pulsesink) for property in proplist: print property.name + " " + str(pulsesink.get_property(property.name)
pa_proplist *proplist = pa_proplist_new (); pa_proplist_sets (proplist, PA_PROP_EVENT_ID, "ringtone-preview");
The Following User Says Thank You to fatalsaint For This Useful Post: | ||
If I've helped you or you use any of my packages feel free to help me out.
-----------------------------------------------------------------------------------
Maintaining:
pyRadio - Pandora Radio on your N900, N810 or N800!