Re: Upadated - Intone (0.22) Elementary based mplayer frontend

2009-04-08 Thread c_c

Hi,

However if you want to test it with Om2008, use this [1] e17 version (following 
the instruciton I posted at [2]) to run it.

Will try that and see what gives.

Also, here is the latest version. Now, if you exit after pausing a playing file 
- intone will start with that song and position selected.

intone_0.22_arm.ipk 
-- 
View this message in context: 
http://n2.nabble.com/Intone-%280.20---alpha-release%29-Elementary-based-mplayer-frontend-tp2587826p2606320.html
Sent from the Openmoko Community mailing list archive at Nabble.com.


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Upadated - Intone (0.22) Elementary based mplayer frontend

2009-04-08 Thread Cameron Frazier
Very slick.  Nice work c_c.

Question for the group though.

I have mp3 files driving mplayer to about 10%, while ogg files come in
about 45% of cpu.  Is there way to reduce this, or is it simply a
function of the format?  I seem to remember some talk about a lack of
an integer decoder for ogg, but frankly, the understandings audio
codecs elude me.

Kind regards,

Cameron

On Wed, Apr 8, 2009 at 12:19 PM, c_c cchan...@yahoo.com wrote:

 Hi,

 However if you want to test it with Om2008, use this [1] e17 version 
 (following the instruciton I posted at [2]) to run it.

 Will try that and see what gives.

 Also, here is the latest version. Now, if you exit after pausing a playing 
 file - intone will start with that song and position selected.

 intone_0.22_arm.ipk
 --
 View this message in context: 
 http://n2.nabble.com/Intone-%280.20---alpha-release%29-Elementary-based-mplayer-frontend-tp2587826p2606320.html
 Sent from the Openmoko Community mailing list archive at Nabble.com.


 ___
 Openmoko community mailing list
 community@lists.openmoko.org
 http://lists.openmoko.org/mailman/listinfo/community


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Upadated - Intone (0.22) Elementary based mplayer frontend

2009-04-08 Thread c_c

Hi,

Very slick.  Nice work c_c.

Thanks! Glad you liked it. Let me know what you didn't like too.

I have mp3 files driving mplayer to about 10%, while ogg files come in about 
45% of cpu.  

mplayer builds are generally compiled to use libvorbis which is a floating 
point implementation. Its easy enough to compile tremor - which is an integer 
library (provides libidecvorbis IIRC) and is a drop in replacement. I have 
tried tremor and here's the CPU usage

ogg 44100 2 channel enc208
mplayer   tremor
47.6% - 52.7% 18.5% - 20%  

Unfortunately, I haven't been able to patch mplayer build to use tremor since I 
don't really know how the entire bitbake process works. BTW, mplayer has a 
built-in option to use tremor in its ./configure file.

If someone could point me in a direction that tells me how to go about changing 
the library being used for the build - or do it him/her self - that'll just be 
great and should bring down CPU usage to more acceptable levels.

*** Also, I'm thinking of forking intone to handle videos as well. Mostly same 
code - but with a gui optimised for videos (I'm thinking Landscape mode). But 
apparently I'll need another version of mplayer-glamo. Things would get simpler 
if the standard mplayer ipk could come with the glamo patches and linked to 
tremor.

Any Ideas?
-- 
View this message in context: 
http://n2.nabble.com/Intone-%280.20---alpha-release%29-Elementary-based-mplayer-frontend-tp2587826p2609019.html
Sent from the Openmoko Community mailing list archive at Nabble.com.


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Upadated - Intone (0.22) Elementary based mplayer frontend

2009-04-08 Thread Cameron Frazier
To follow up my own e-mail (again), this seems to be a ogg issue.
mp3s have a proper counter pace, though the value is in s, not m:ss
(minor point really, I shouldn't complain)

Kind regards,

Cameron

On Wed, Apr 8, 2009 at 10:02 PM, Cameron Frazier
frazier.came...@gmail.com wrote:
 Interesting thing.  When I'm playing songs, the slider move and the
 counter increments, though faster then the song, with little relevance
 to the track time/position.  The counter seems to go up to the mid
 200s (244, 266, etc) and when it ends, the track changes, regardless
 of the actual some position.

 Is this a known issue? Or a local one to my FR?

 Kind regards,

 Cameron

 On Wed, Apr 8, 2009 at 9:45 PM, Cameron Frazier
 frazier.came...@gmail.com wrote:
 Very slick.  Nice work c_c.

 Question for the group though.

 I have mp3 files driving mplayer to about 10%, while ogg files come in
 about 45% of cpu.  Is there way to reduce this, or is it simply a
 function of the format?  I seem to remember some talk about a lack of
 an integer decoder for ogg, but frankly, the understandings audio
 codecs elude me.

 Kind regards,

 Cameron

 On Wed, Apr 8, 2009 at 12:19 PM, c_c cchan...@yahoo.com wrote:

 Hi,

 However if you want to test it with Om2008, use this [1] e17 version 
 (following the instruciton I posted at [2]) to run it.

 Will try that and see what gives.

 Also, here is the latest version. Now, if you exit after pausing a playing 
 file - intone will start with that song and position selected.

 intone_0.22_arm.ipk
 --
 View this message in context: 
 http://n2.nabble.com/Intone-%280.20---alpha-release%29-Elementary-based-mplayer-frontend-tp2587826p2606320.html
 Sent from the Openmoko Community mailing list archive at Nabble.com.


 ___
 Openmoko community mailing list
 community@lists.openmoko.org
 http://lists.openmoko.org/mailman/listinfo/community




___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Upadated - Intone (0.22) Elementary based mplayer frontend

2009-04-08 Thread Cameron Frazier
Interesting thing.  When I'm playing songs, the slider move and the
counter increments, though faster then the song, with little relevance
to the track time/position.  The counter seems to go up to the mid
200s (244, 266, etc) and when it ends, the track changes, regardless
of the actual some position.

Is this a known issue? Or a local one to my FR?

Kind regards,

Cameron

On Wed, Apr 8, 2009 at 9:45 PM, Cameron Frazier
frazier.came...@gmail.com wrote:
 Very slick.  Nice work c_c.

 Question for the group though.

 I have mp3 files driving mplayer to about 10%, while ogg files come in
 about 45% of cpu.  Is there way to reduce this, or is it simply a
 function of the format?  I seem to remember some talk about a lack of
 an integer decoder for ogg, but frankly, the understandings audio
 codecs elude me.

 Kind regards,

 Cameron

 On Wed, Apr 8, 2009 at 12:19 PM, c_c cchan...@yahoo.com wrote:

 Hi,

 However if you want to test it with Om2008, use this [1] e17 version 
 (following the instruciton I posted at [2]) to run it.

 Will try that and see what gives.

 Also, here is the latest version. Now, if you exit after pausing a playing 
 file - intone will start with that song and position selected.

 intone_0.22_arm.ipk
 --
 View this message in context: 
 http://n2.nabble.com/Intone-%280.20---alpha-release%29-Elementary-based-mplayer-frontend-tp2587826p2606320.html
 Sent from the Openmoko Community mailing list archive at Nabble.com.


 ___
 Openmoko community mailing list
 community@lists.openmoko.org
 http://lists.openmoko.org/mailman/listinfo/community



___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Upadated - Intone (0.22) Elementary based mplayer frontend

2009-04-08 Thread c_c

Hi,

To follow up my own e-mail (again), this seems to be a ogg issue. mp3s have a 
proper counter pace, though the value is in s, not m:ss

 All minor points welcome too. :-)
  I just tried randomly pressing buttons and changing playlists, and I could 
see the counter go to 2x after changing the selected playlist and pressing the 
next button. Must have missed setting up the timer on playlist change. Will 
sort it out today.

  I'm aware of the m:s and not m:ss issue. Will fix that one today too - I 
think it slipped my mind when I was working on the .22 release. Really miss a 
good tasks client for the FR. Thanks for pointing that out.
-- 
View this message in context: 
http://n2.nabble.com/Intone-%280.20---alpha-release%29-Elementary-based-mplayer-frontend-tp2587826p2609085.html
Sent from the Openmoko Community mailing list archive at Nabble.com.


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Upadated - Intone (0.22) Elementary based mplayer frontend

2009-04-08 Thread c_c

Hi,

   ERROR 

  The latest version has an error with the timer. The slider runs at 2x and the 
next song gets played after half the time. Will post a fix soon.

-- 
View this message in context: 
http://n2.nabble.com/Intone-%280.20---alpha-release%29-Elementary-based-mplayer-frontend-tp2587826p2609410.html
Sent from the Openmoko Community mailing list archive at Nabble.com.


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community