* [Bluez-devel] SBC Fixed Point for A2Dp @ 2005-08-17 9:04 Roberto LA RAGIONE 2005-08-17 15:03 ` Brad Midgley 0 siblings, 1 reply; 6+ messages in thread From: Roberto LA RAGIONE @ 2005-08-17 9:04 UTC (permalink / raw) To: bluez-devel [-- Attachment #1: Type: text/plain, Size: 269 bytes --] Dear All, I have read some transcoding to SBC fixed point somewhere , do you know where become available ? We are working on a mobile version of A2DP with headphones for Symbian and we would like to port this part of code to mobile and deliver the library under LGPL [-- Attachment #2: Type: text/html, Size: 685 bytes --] ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Bluez-devel] SBC Fixed Point for A2Dp 2005-08-17 9:04 [Bluez-devel] SBC Fixed Point for A2Dp Roberto LA RAGIONE @ 2005-08-17 15:03 ` Brad Midgley 2005-08-17 14:56 ` Roberto LA RAGIONE 2005-08-17 18:02 ` Victor Shcherbatyuk 0 siblings, 2 replies; 6+ messages in thread From: Brad Midgley @ 2005-08-17 15:03 UTC (permalink / raw) To: bluez-devel Roberto > I have read some transcoding to SBC fixed point somewhere , do you know > where become available ? We are working on a mobile version of A2DP with > headphones for Symbian and we would like to port this part of code > to mobile and deliver the library under LGPL I hope you are able to help us with this. We currently have no implementation. Victor Shcherbatyuk has been tinkering with fixed point but was getting noisy audio last I heard and has not contributed anything yet. If you look in sbc/sbc.h, you'll see some fixed point functions like fxmult and conversion functions. Currently, the precision is set to 20 bits. This is probably not enough, but after you change it to get more precision, the fixed point tables in sbc_tables_f.h need to be regenerated; build gen_fixed.c by hand and run ./gen_fixed > sbc_tables_f.h to do that. Can I help in any other way? thanks! Brad ------------------------------------------------------- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf _______________________________________________ Bluez-devel mailing list Bluez-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bluez-devel ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Bluez-devel] SBC Fixed Point for A2Dp 2005-08-17 15:03 ` Brad Midgley @ 2005-08-17 14:56 ` Roberto LA RAGIONE 2005-08-17 15:16 ` Brad Midgley 2005-08-17 18:02 ` Victor Shcherbatyuk 1 sibling, 1 reply; 6+ messages in thread From: Roberto LA RAGIONE @ 2005-08-17 14:56 UTC (permalink / raw) To: bluez-devel where I can get the latest version ? Thanks Roberto ----- Original Message ----- From: "Brad Midgley" <bmidgley@xmission.com> To: <bluez-devel@lists.sourceforge.net> Sent: Wednesday, August 17, 2005 5:03 PM Subject: Re: [Bluez-devel] SBC Fixed Point for A2Dp > Roberto > > > I have read some transcoding to SBC fixed point somewhere , do you know > > where become available ? We are working on a mobile version of A2DP with > > headphones for Symbian and we would like to port this part of code > > to mobile and deliver the library under LGPL > > I hope you are able to help us with this. We currently have no > implementation. Victor Shcherbatyuk has been tinkering with fixed point > but was getting noisy audio last I heard and has not contributed > anything yet. > > If you look in sbc/sbc.h, you'll see some fixed point functions like > fxmult and conversion functions. Currently, the precision is set to 20 > bits. This is probably not enough, but after you change it to get more > precision, the fixed point tables in sbc_tables_f.h need to be > regenerated; build gen_fixed.c by hand and run > > ./gen_fixed > sbc_tables_f.h > > to do that. > > Can I help in any other way? > > thanks! > Brad > > > ------------------------------------------------------- > SF.Net email is Sponsored by the Better Software Conference & EXPO > September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices > Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA > Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf > _______________________________________________ > Bluez-devel mailing list > Bluez-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/bluez-devel > ------------------------------------------------------- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf _______________________________________________ Bluez-devel mailing list Bluez-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bluez-devel ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Bluez-devel] SBC Fixed Point for A2Dp 2005-08-17 14:56 ` Roberto LA RAGIONE @ 2005-08-17 15:16 ` Brad Midgley 0 siblings, 0 replies; 6+ messages in thread From: Brad Midgley @ 2005-08-17 15:16 UTC (permalink / raw) To: bluez-devel Roberto > where I can get the latest version ? Thanks Roberto Get it from cvs. See http://bluetooth-alsa.sourceforge.net/ for details on downloading and building. Brad ------------------------------------------------------- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf _______________________________________________ Bluez-devel mailing list Bluez-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bluez-devel ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Bluez-devel] SBC Fixed Point for A2Dp 2005-08-17 15:03 ` Brad Midgley 2005-08-17 14:56 ` Roberto LA RAGIONE @ 2005-08-17 18:02 ` Victor Shcherbatyuk 2005-08-17 18:52 ` Roberto 1 sibling, 1 reply; 6+ messages in thread From: Victor Shcherbatyuk @ 2005-08-17 18:02 UTC (permalink / raw) To: bluez-devel It will be out there by the end of the week, we already have ARM specific 64-bit precise version which runs within around 30 MIPS and does not sound noisy, I'm finishing general 64-bit thing (uses long long for multiplication result) to make it complete and currently integrating it into the a2dp code. I'm on vacation now, so the progress is slow... Victor. ----- Original Message ----- From: "Brad Midgley" <bmidgley@xmission.com> To: <bluez-devel@lists.sourceforge.net> Sent: Wednesday, August 17, 2005 17:03 Subject: Re: [Bluez-devel] SBC Fixed Point for A2Dp > Roberto > >> I have read some transcoding to SBC fixed point somewhere , do you know >> where become available ? We are working on a mobile version of A2DP with >> headphones for Symbian and we would like to port this part of code to >> mobile and deliver the library under LGPL > > I hope you are able to help us with this. We currently have no > implementation. Victor Shcherbatyuk has been tinkering with fixed point > but was getting noisy audio last I heard and has not contributed anything > yet. > > If you look in sbc/sbc.h, you'll see some fixed point functions like > fxmult and conversion functions. Currently, the precision is set to 20 > bits. This is probably not enough, but after you change it to get more > precision, the fixed point tables in sbc_tables_f.h need to be > regenerated; build gen_fixed.c by hand and run > > ./gen_fixed > sbc_tables_f.h > > to do that. > > Can I help in any other way? > > thanks! > Brad > > > ------------------------------------------------------- > SF.Net email is Sponsored by the Better Software Conference & EXPO > September 19-22, 2005 * San Francisco, CA * Development Lifecycle > Practices > Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA > Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf > _______________________________________________ > Bluez-devel mailing list > Bluez-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/bluez-devel ------------------------------------------------------- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf _______________________________________________ Bluez-devel mailing list Bluez-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bluez-devel ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Bluez-devel] SBC Fixed Point for A2Dp 2005-08-17 18:02 ` Victor Shcherbatyuk @ 2005-08-17 18:52 ` Roberto 0 siblings, 0 replies; 6+ messages in thread From: Roberto @ 2005-08-17 18:52 UTC (permalink / raw) To: bluez-devel thanks for the update my main poblem is that working with Mobile at around 100,10 Mhz it is quite slow this ckind of calculation , the one that I have (sbc.c floating point) is totally slow so I hope you will implement oen a little bit better and then I can improve on mobile, if you have time to send me a version so I can test it on these days because i'm not in vacation :) Ciao Roberto ----- Original Message ----- From: "Victor Shcherbatyuk" <victor@win.tue.nl> To: <bluez-devel@lists.sourceforge.net> Sent: Wednesday, August 17, 2005 8:02 PM Subject: Re: [Bluez-devel] SBC Fixed Point for A2Dp > It will be out there by the end of the week, we already have ARM specific > 64-bit precise version which runs within around 30 MIPS and does not sound > noisy, I'm finishing general 64-bit thing (uses long long for multiplication > result) to make it complete and currently integrating it into the a2dp code. > I'm on vacation now, so the progress is slow... > > Victor. > > ----- Original Message ----- > From: "Brad Midgley" <bmidgley@xmission.com> > To: <bluez-devel@lists.sourceforge.net> > Sent: Wednesday, August 17, 2005 17:03 > Subject: Re: [Bluez-devel] SBC Fixed Point for A2Dp > > > > Roberto > > > >> I have read some transcoding to SBC fixed point somewhere , do you know > >> where become available ? We are working on a mobile version of A2DP with > >> headphones for Symbian and we would like to port this part of code to > >> mobile and deliver the library under LGPL > > > > I hope you are able to help us with this. We currently have no > > implementation. Victor Shcherbatyuk has been tinkering with fixed point > > but was getting noisy audio last I heard and has not contributed anything > > yet. > > > > If you look in sbc/sbc.h, you'll see some fixed point functions like > > fxmult and conversion functions. Currently, the precision is set to 20 > > bits. This is probably not enough, but after you change it to get more > > precision, the fixed point tables in sbc_tables_f.h need to be > > regenerated; build gen_fixed.c by hand and run > > > > ./gen_fixed > sbc_tables_f.h > > > > to do that. > > > > Can I help in any other way? > > > > thanks! > > Brad > > > > > > ------------------------------------------------------- > > SF.Net email is Sponsored by the Better Software Conference & EXPO > > September 19-22, 2005 * San Francisco, CA * Development Lifecycle > > Practices > > Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA > > Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf > > _______________________________________________ > > Bluez-devel mailing list > > Bluez-devel@lists.sourceforge.net > > https://lists.sourceforge.net/lists/listinfo/bluez-devel > > > > ------------------------------------------------------- > SF.Net email is Sponsored by the Better Software Conference & EXPO > September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices > Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA > Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf > _______________________________________________ > Bluez-devel mailing list > Bluez-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/bluez-devel > ------------------------------------------------------- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf _______________________________________________ Bluez-devel mailing list Bluez-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bluez-devel ^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2005-08-17 18:52 UTC | newest] Thread overview: 6+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2005-08-17 9:04 [Bluez-devel] SBC Fixed Point for A2Dp Roberto LA RAGIONE 2005-08-17 15:03 ` Brad Midgley 2005-08-17 14:56 ` Roberto LA RAGIONE 2005-08-17 15:16 ` Brad Midgley 2005-08-17 18:02 ` Victor Shcherbatyuk 2005-08-17 18:52 ` Roberto
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox