* [Bluez-devel] Patch to correct SBC gain mismatch and to test the encoding performance
@ 2008-10-31 10:18 Christian Hoene
2008-10-31 23:18 ` Marcel Holtmann
0 siblings, 1 reply; 4+ messages in thread
From: Christian Hoene @ 2008-10-31 10:18 UTC (permalink / raw)
To: 'BlueZ development'; +Cc: 'Frans de Bont'
[-- Attachment #1: Type: text/plain, Size: 971 bytes --]
Hello,
attached you will find a patch to correct the following issues.
1.) Gain of the decoder is corrected (before it was 6.02dB or twice too low)
2.) Gain of the encoder is corrected (empirical gathered values were used to
correct the filter tables)
3.) "sbcenc" supports more command line options.
4.) A testing procedure for SBC is added including a script to test and a
remote interface to PEAQ. It requires the reference version of SBC
(available at the Bluetooth SIG website) and wine. Please note, that the
remote access to PEAQ is restricted and only available by request for a
limited time. Requesty from all unknown IP addresses are blocked by default.
With best regards,
Christian
--------------------------------------------------------
Dr.-Ing. Christian Hoene
Computer Networks and Internet, University of Tübingen
Sand 13, 72076 Tübingen, Germany, Phone +49 7071 2970532
http://net.informatik.uni-tuebingen.de/~hoene
[-- Attachment #2: gain_and_testing.tgz --]
[-- Type: application/octet-stream, Size: 1998319 bytes --]
[-- Attachment #3: Type: text/plain, Size: 363 bytes --]
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
[-- Attachment #4: Type: text/plain, Size: 164 bytes --]
_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Bluez-devel] Patch to correct SBC gain mismatch and to test the encoding performance
2008-10-31 10:18 [Bluez-devel] Patch to correct SBC gain mismatch and to test the encoding performance Christian Hoene
@ 2008-10-31 23:18 ` Marcel Holtmann
2008-11-02 15:50 ` Christian Hoene
0 siblings, 1 reply; 4+ messages in thread
From: Marcel Holtmann @ 2008-10-31 23:18 UTC (permalink / raw)
To: BlueZ development; +Cc: 'Frans de Bont'
Hi Christian,
> attached you will find a patch to correct the following issues.
>
> 1.) Gain of the decoder is corrected (before it was 6.02dB or twice
> too low)
> 2.) Gain of the encoder is corrected (empirical gathered values were
> used to
> correct the filter tables)
> 3.) "sbcenc" supports more command line options.
it would be nice if you just follow our coding style conventions. I
fixed this up for you this time. Please compare the result that I
pushed to the repository and your version.
> 4.) A testing procedure for SBC is added including a script to test
> and a
> remote interface to PEAQ. It requires the reference version of SBC
> (available at the Bluetooth SIG website) and wine. Please note, that
> the
> remote access to PEAQ is restricted and only available by request
> for a
> limited time. Requesty from all unknown IP addresses are blocked by
> default.
So what is wrong with using sbctester program?
Regards
Marcel
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Bluez-devel] Patch to correct SBC gain mismatch and to test the encoding performance
2008-10-31 23:18 ` Marcel Holtmann
@ 2008-11-02 15:50 ` Christian Hoene
2008-11-03 1:15 ` Marcel Holtmann
0 siblings, 1 reply; 4+ messages in thread
From: Christian Hoene @ 2008-11-02 15:50 UTC (permalink / raw)
To: 'BlueZ development'
Hello Marcel,
> it would be nice if you just follow our coding style conventions. I
> fixed this up for you this time. Please compare the result that I
> pushed to the repository and your version.
Sorry, next time I will read the document beforehand.
> So what is wrong with using sbctester program?
The sbctester program is fine with me. Of course, I will do some indeed
tests with PEAQ and I will complain until every things works perfect ;-)
Regards,
Christian
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Bluez-devel] Patch to correct SBC gain mismatch and to test the encoding performance
2008-11-02 15:50 ` Christian Hoene
@ 2008-11-03 1:15 ` Marcel Holtmann
0 siblings, 0 replies; 4+ messages in thread
From: Marcel Holtmann @ 2008-11-03 1:15 UTC (permalink / raw)
To: hoene, BlueZ development
Hi Christian,
>> So what is wrong with using sbctester program?
>
> The sbctester program is fine with me. Of course, I will do some
> indeed
> tests with PEAQ and I will complain until every things works
> perfect ;-)
yes please. Keep sending patches so we get the SBC encoder and decoder
passing the SBC conformance tests. I do prefer if we base it around
sbctester program so that we have a full open source solution (besides
the reference encoder/decoder).
Regards
Marcel
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2008-11-03 1:15 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-31 10:18 [Bluez-devel] Patch to correct SBC gain mismatch and to test the encoding performance Christian Hoene
2008-10-31 23:18 ` Marcel Holtmann
2008-11-02 15:50 ` Christian Hoene
2008-11-03 1:15 ` Marcel Holtmann
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox