|
2009-01-28
, 12:53
|
Posts: 207 |
Thanked: 31 times |
Joined on Apr 2008
|
#292
|
|
2009-01-28
, 15:11
|
Posts: 2,102 |
Thanked: 1,309 times |
Joined on Sep 2006
|
#293
|
|
2009-02-10
, 18:02
|
|
Posts: 291 |
Thanked: 124 times |
Joined on Feb 2006
@ Trier, Germany
|
#294
|
|
2009-02-10
, 19:58
|
Posts: 2,102 |
Thanked: 1,309 times |
Joined on Sep 2006
|
#295
|
|
2009-02-10
, 22:55
|
|
Posts: 291 |
Thanked: 124 times |
Joined on Feb 2006
@ Trier, Germany
|
#296
|
Looks like it can use either an mplayer or an osso backend (from a quick look at the names of the source files: https://garage.maemo.org/plugins/scm...?root=mediabox). Is there a settings menu somewhere in there?
|
2009-02-11
, 07:02
|
|
Posts: 3,404 |
Thanked: 4,474 times |
Joined on Oct 2005
@ Germany
|
#297
|
Looks like it can use either an mplayer or an osso backend (from a quick look at the names of the source files: https://garage.maemo.org/plugins/scm...?root=mediabox). Is there a settings menu somewhere in there?
|
2009-02-11
, 12:04
|
|
Posts: 291 |
Thanked: 124 times |
Joined on Feb 2006
@ Trier, Germany
|
#298
|
|
2009-02-13
, 19:12
|
|
Posts: 259 |
Thanked: 59 times |
Joined on Feb 2008
|
#300
|
Note also that you can use a2dp with Canola. Just change the line in /home/user/.atabake/config:
audio = oms
to
audio = mplayer
Do you want to compile it yourself, or would you like me to do it for you?
If the former, you need to setup the toolchain:
https://www-a.ti.com/downloads/sds_s.../download.html
the file is called linuxdsptools_v1_00_00_06.bin.
Some instructions here (which I need to update still): http://wiki.maemo.org/Programming_the_DSP
Some more here (which I also need to finish, from my Summit Presentation): http://people.bath.ac.uk/enpsgp/noki...rogramming.htm
The alternative is to download the bluez-utils and sbcenc.o files from here: http://people.bath.ac.uk/enpsgp/nokia770/dsp/sbc/ Note that these don't have the latest and greatest patches applied, though I will try to do that this evening and update both the DSP stuff and the ARM stuff (as I see this morning that the patches seem to have stabilised).
Note you need the deb named deb.dsp (the one named deb.arm doesn't support the DSP, it's just a patched version for the ARM). You need to let dsp_dld know about the DSP module, see this script https://garage.maemo.org/frs/downloa...tall_sbcenc.sh (which was the installer script for the last release, now out of date).
Bit confusing