From: Marcel Holtmann <marcel@holtmann.org>
To: BlueZ Mailing List <bluez-devel@lists.sourceforge.net>
Subject: Re: [Bluez-devel] more encoder stuff
Date: Fri, 26 Nov 2004 01:44:48 +0100 [thread overview]
Message-ID: <1101429888.6465.47.camel@pegasus> (raw)
In-Reply-To: <41A67548.90805@dark-reality.de>
Hi Lars,
> | we can optimize at any time if needed, because the SBC API should hide
> | this stuff. For me this sounds perfect for a diploma thesis for someone
> | interested in audio codec stuff and Bluetooth.
>
> *raising hand*
>
> thing is, on modern CPU you won't get much speedup with fixed point
> stuff, because the main advantage was eliminated by Intel when they
> build the pseudo-pipes into their FPU's. That's why id used floating
> point operations for gfx for the first time, making life for non-Pentium
> owners really hard. AMD also has the pseudo-pipes, and modern
> multiplication/devision on FPU is very fast.
>
> But of course there are still some cycles to kill in audio processing
> always. I'll advertise this project to my professor...
a non floating point version is interesting for embedded platforms and
not all desktops are running with a 3 GHz processor. I think what the
MAD library does is very good and their MP3 decoding is fast. Running
top shows a very nice CPU load. However we can't simply copy their
stuff, because their code is under GPL only and I wanna keep the SBC
library under LGPL.
Regards
Marcel
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://productguide.itmanagersjournal.com/
_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel
next prev parent reply other threads:[~2004-11-26 0:44 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-11-25 5:02 [Bluez-devel] more encoder stuff Brad Midgley
2004-11-25 6:02 ` Marcel Holtmann
2004-11-25 6:14 ` Henryk Plötz
2004-11-25 6:51 ` Marcel Holtmann
2004-11-25 14:35 ` Lars Grunewaldt
2004-11-25 23:06 ` Henryk Plötz
2004-11-25 23:23 ` Marcel Holtmann
2004-11-26 0:14 ` Lars Grunewaldt
2004-11-26 0:44 ` Marcel Holtmann [this message]
2004-11-26 0:57 ` Lars Grunewaldt
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1101429888.6465.47.camel@pegasus \
--to=marcel@holtmann.org \
--cc=bluez-devel@lists.sourceforge.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.