Re: Intone OGG Support

2009-04-12 Thread c_c

Hi,

ok, i'll do it, not today, nor until tuesday, i think :) (and i'd like to try 
to understand if it's possibile to improve)

 Thanks. Whenever you find time is OK. Also - can you check why the newer 
versions of mplayer don't honour the command 'stop' ?
 Thanks again.
-- 
View this message in context: 
http://n2.nabble.com/Intone-OGG-Support-tp2608553p2624377.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: Intone OGG Support

2009-04-11 Thread PaulTT
On Sat, Apr 11, 2009 at 6:17 AM, c_c cchan...@yahoo.com wrote:

 Hi,
  Was travelling yesterday - hence no reply.

 can you send the output of both mplayers playing the same m4a file? just to 
 try to understand if it can be improved ;P

  Well - the same files were played using both mplayers. I'll send you a pvt 
 message with a link to the m4a file I was using.
  And I realise - I was using this version 
 mplayer_dev-SVN-r29155-4.1.2_armv4t.ipk. So probably not the most efficient 
 one.
  Will post results with the -tremor-low version. It wasn't there 2 days back 
 was it? Maybe i missed it.

yes, they weren't there :)

 PS : Can you cook up a patch for the bitbake recipe for the mplayer version 
 on FSO repo's ?  Someone asked me to do that - but I didn't find any doc's on 
 how to.

ok, i'll do it, not today, nor until tuesday, i think :)
(and i'd like to try to understand if it's possibile to improve)

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


Re: Intone OGG Support

2009-04-10 Thread PaulTT
On Fri, Apr 10, 2009 at 2:57 AM, Cameron Frazier
frazier.came...@gmail.com wrote:
 On Thu, 2009-04-09 at 13:01 +0200, PaulTT wrote:
 On Thu, Apr 9, 2009 at 11:56 AM, PaulTT pau...@gmail.com wrote:
  On Thu, Apr 9, 2009 at 3:39 AM, c_c cchan...@yahoo.com wrote:
 
  Hi,
 
  Could you check the output of mplayer when loading an ogg file? Mine (a 
  very recent svn build) crashes saying that it has been called an unknown 
  CPU call... :o
 .
  Could you take a look at this - or point me in a direction that tells me 
  how to go about changing the library being used. This will really help. 
  Thanks.
 
  yes, it's an option at configure time, for mplayer
  i'm recompiling an updated package just now, let you know when it'll be 
  ready
 

 enjoy (and test ;P): (r29155)

 http://www.paultt.org/downloads/openmoko/index.html

 PS i forced usage of tremor for ogg and libmad for mp3 ;)

 PaulTT,

 Forgive me, but could you please describe the differences between the
 various r29155 versions of mplayer you have listed on your site.

there are basically two versions:
- the one which uses a tremor codec with low impacton the cpu load
(terminating with -tremor-low)
- the one which uses the internal tremor codec, which is more heavy

there are also the corresponding -it versions, these are exactly the
same as above, but have italian messages and errors

(by 'forced' i mean that the codecs above are more imporant to mplayer
than the others)

 As well, when I run your version (r29155-4.1.2-tremor-low currently) I
 receive the following error:

 mplayer: error while loading shared libraries: libspeex.so.1: cannot
 open shared object file: No such file or directory

 Am I missing any specific dependencies for your version of mplayer?

opkg install libspeex1
or, if opkg can't find it by itself:
opkg install 
http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/armv4t/base/libspeex1_1.1+1.2rc1-r0.1_armv4t.ipk



and: yes, i a was a little lazy setting dependencies for the package
(i coudn't test it on various distros) :)

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


Re: Intone OGG Support

2009-04-10 Thread PaulTT

 Wonder why the m4a usage has gone up slightly - but overall - the winner! 
 Thanks again.
 about m4a:
 can you send the output of both mplayers playing the same m4a file?
 just to try to understand if it can be improved ;P


or if you prefer, feel free to send me in pvt an m4a file on which you
made the test
bye

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


Re: Intone OGG Support

2009-04-10 Thread Cameron Frazier

  Forgive me, but could you please describe the differences between the
  various r29155 versions of mplayer you have listed on your site.
 
 there are basically two versions:
 - the one which uses a tremor codec with low impacton the cpu load
 (terminating with -tremor-low)
 - the one which uses the internal tremor codec, which is more heavy
 
 there are also the corresponding -it versions, these are exactly the
 same as above, but have italian messages and errors
 
 (by 'forced' i mean that the codecs above are more imporant to mplayer
 than the others)
 
  As well, when I run your version (r29155-4.1.2-tremor-low currently) I
  receive the following error:
 
  mplayer: error while loading shared libraries: libspeex.so.1: cannot
  open shared object file: No such file or directory
 
  Am I missing any specific dependencies for your version of mplayer?
 
 opkg install libspeex1
 or, if opkg can't find it by itself:
 opkg install 
 http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/armv4t/base/libspeex1_1.1+1.2rc1-r0.1_armv4t.ipk

Thanks for the info PaulTT.

Cameron


signature.asc
Description: This is a digitally signed message part
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Intone OGG Support

2009-04-10 Thread c_c

Hi,
  Was travelling yesterday - hence no reply.

can you send the output of both mplayers playing the same m4a file? just to try 
to understand if it can be improved ;P

 Well - the same files were played using both mplayers. I'll send you a pvt 
message with a link to the m4a file I was using.
 And I realise - I was using this version 
mplayer_dev-SVN-r29155-4.1.2_armv4t.ipk. So probably not the most efficient one.
 Will post results with the -tremor-low version. It wasn't there 2 days back 
was it? Maybe i missed it.
 Thanks again.

PS : Can you cook up a patch for the bitbake recipe for the mplayer version on 
FSO repo's ?  Someone asked me to do that - but I didn't find any doc's on how 
to.
-- 
View this message in context: 
http://n2.nabble.com/Intone-OGG-Support-tp2608553p2619569.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: Intone OGG Support

2009-04-09 Thread PaulTT
On Thu, Apr 9, 2009 at 3:39 AM, c_c cchan...@yahoo.com wrote:

 Hi,

 Could you check the output of mplayer when loading an ogg file? Mine (a very 
 recent svn build) crashes saying that it has been called an unknown CPU 
 call... :o

  There's another issue. 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 intone 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.

 Could you take a look at this - or point me in a direction that tells me how 
 to go about changing the library being used. This will really help. Thanks.

yes, it's an option at configure time, for mplayer
i'm recompiling an updated package just now, let you know when it'll be ready

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


Re: Intone OGG Support

2009-04-09 Thread PaulTT
On Thu, Apr 9, 2009 at 3:24 AM, c_c cchan...@yahoo.com wrote:

 Hi,

 Hi. It would seem, since I can't get Intone to actually handle any individual 
 songs, that it lacks support for OGG. What's up with that?! And more 
 importantly, how do I get OGG support? :)

  Ha! That was my oversight with release 0.20. I was only scanning for .oga 
 files. Try the newer version .22. That scans for .ogg as well. And, as I've 
 asked before - I am only scanning for .ogg, .oga, .mp3, .m4a and .wma files 
 as of now. Any other types I should be looking at?

could you put them in a configuration file?
(if they are not, now, i was lazy, i only compiled and tried it ;P)

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


Re: Intone OGG Support

2009-04-09 Thread PaulTT
On Thu, Apr 9, 2009 at 11:56 AM, PaulTT pau...@gmail.com wrote:
 On Thu, Apr 9, 2009 at 3:39 AM, c_c cchan...@yahoo.com wrote:

 Hi,

 Could you check the output of mplayer when loading an ogg file? Mine (a very 
 recent svn build) crashes saying that it has been called an unknown CPU 
 call... :o
.
 Could you take a look at this - or point me in a direction that tells me how 
 to go about changing the library being used. This will really help. Thanks.

 yes, it's an option at configure time, for mplayer
 i'm recompiling an updated package just now, let you know when it'll be ready


enjoy (and test ;P): (r29155)

http://www.paultt.org/downloads/openmoko/index.html

PS i forced usage of tremor for ogg and libmad for mp3 ;)

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


Re: Intone OGG Support

2009-04-09 Thread c_c

Hi,

enjoy (and test ;P): (r29155)
/quote
Thanks! :-) Here are the results.

FSO unstable version
Gen usage details
Type   CPUMem
ogg   ~53%3.1%
m4a  ~21%2.7%
mp3  ~8.7%   2.4%

Your version (better for ogg as below) :-
Gen usage details
Type   CPUMem
ogg   ~25.9%2.7%
m4a  ~24.7%3.1%
mp3  ~7.5%  2.5% 

Wonder why the m4a usage has gone up slightly - but overall - the winner! 
Thanks again.
-- 
View this message in context: 
http://n2.nabble.com/Intone-OGG-Support-tp2608553p2610852.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: Intone OGG Support

2009-04-09 Thread PaulTT
 enjoy (and test ;P): (r29155)
 /quote
 Thanks! :-) Here are the results.

 FSO unstable version
 Gen usage details
 Type   CPU    Mem
 ogg   ~53%    3.1%
 m4a  ~21%    2.7%
 mp3  ~8.7%   2.4%

 Your version (better for ogg as below) :-
 Gen usage details
 Type   CPU    Mem
 ogg   ~25.9%    2.7%
 m4a  ~24.7%    3.1%
 mp3  ~7.5%      2.5%

 Wonder why the m4a usage has gone up slightly - but overall - the winner! 
 Thanks again.
about m4a:
can you send the output of both mplayers playing the same m4a file?
just to try to understand if it can be improved ;P

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


Re: Intone OGG Support

2009-04-09 Thread Cameron Frazier
On Thu, 2009-04-09 at 13:01 +0200, PaulTT wrote:
 On Thu, Apr 9, 2009 at 11:56 AM, PaulTT pau...@gmail.com wrote:
  On Thu, Apr 9, 2009 at 3:39 AM, c_c cchan...@yahoo.com wrote:
 
  Hi,
 
  Could you check the output of mplayer when loading an ogg file? Mine (a 
  very recent svn build) crashes saying that it has been called an unknown 
  CPU call... :o
 .
  Could you take a look at this - or point me in a direction that tells me 
  how to go about changing the library being used. This will really help. 
  Thanks.
 
  yes, it's an option at configure time, for mplayer
  i'm recompiling an updated package just now, let you know when it'll be 
  ready
 
 
 enjoy (and test ;P): (r29155)
 
 http://www.paultt.org/downloads/openmoko/index.html
 
 PS i forced usage of tremor for ogg and libmad for mp3 ;)

PaulTT,

Forgive me, but could you please describe the differences between the
various r29155 versions of mplayer you have listed on your site.  

As well, when I run your version (r29155-4.1.2-tremor-low currently) I
receive the following error:

mplayer: error while loading shared libraries: libspeex.so.1: cannot
open shared object file: No such file or directory

Am I missing any specific dependencies for your version of mplayer?

Kind regards,

Cameron


signature.asc
Description: This is a digitally signed message part
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Intone OGG Support

2009-04-08 Thread Marco Trevisan (Treviño)
The Digital Pioneer wrote:
 Hi. It would seem, since I can't get Intone to actually handle any
 individual songs, that it lacks support for OGG. What's up with that?!
 And more importantly, how do I get OGG support? :)

It should manage it, but I've some problems with recent mplayer builds
and ogg files.

Could you check the output of mplayer when loading an ogg file?
Mine (a very recent svn build) crashes saying that it has been called an
unknown CPU call... :o

-- 
Treviño's World - Life and Linux
http://www.3v1n0.net/


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


Re: Intone OGG Support

2009-04-08 Thread c_c

Hi,

Hi. It would seem, since I can't get Intone to actually handle any individual 
songs, that it lacks support for OGG. What's up with that?! And more 
importantly, how do I get OGG support? :)

  Ha! That was my oversight with release 0.20. I was only scanning for .oga 
files. Try the newer version .22. That scans for .ogg as well. And, as I've 
asked before - I am only scanning for .ogg, .oga, .mp3, .m4a and .wma files as 
of now. Any other types I should be looking at?

-- 
View this message in context: 
http://n2.nabble.com/Intone-OGG-Support-tp2608553p2608877.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: Intone OGG Support

2009-04-08 Thread c_c

Hi,

Could you check the output of mplayer when loading an ogg file? Mine (a very 
recent svn build) crashes saying that it has been called an unknown CPU call... 
:o

 There's another issue. 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 intone 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.

Could you take a look at this - or point me in a direction that tells me how to 
go about changing the library being used. This will really help. Thanks.
-- 
View this message in context: 
http://n2.nabble.com/Intone-OGG-Support-tp2608553p2608935.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