Displaying 3 results from an estimated 3 matches for "glsb".
Did you mean:
glib
2012 Feb 20
0
Regain play analysis patches
...turns out bc(1) is too accurate, and a little slow, for this purpose.
I've switched to using awk(1) which uses floating point.
Do you feel I need to test for the presence of awk(1) ?
It is specified as one of the standard commands in the LSB :
http://refspecs.linuxfoundation.org/LSB_1.0.0/gLSB/command.html
Earl
??? awk -- '
??? BEGIN {
??????????? samplerate = 8000;
??????????? tone = 1000;
??????????? duration = 1;
??????????? bitspersample = 24;
??????????? samplemidpoint = lshift(1, (bitspersample-1));
??????????? samplerange = samplemidpoint - 1;
??????????? pi = 4 * atan2...
2012 Feb 17
3
Regain play analysis patches
Earl Chew wrote:
> I'm a little reluctant to introduce another compiled program when there are
> so many other options that will work well enough out of the box.
>
> Here are two ideas:
>
> 1. Use bc(1) to compute the raw samples
> 2. Use perl(1) to compute the raw samples
>
> To generate raw unsigned samples using bc(1) for example:
>
> samplerate = 1000;
2003 Dec 01
0
No subject
...sts.samba.org>
List-Unsubscribe: <http://lists.samba.org/mailman/listinfo/samba>, <mailto:samba-request@lists.samba.org?subject=unsubscribe>
List-Archive: http://lists.samba.org/pipermail/samba/
Well - version 1.0 of LSB has finally been released (at :
http://www.linuxbase.org/spec/gLSB/gLSB/book1.html
so in the spirit of standardization, I'd be very happy
to include patches to the packaging/ area of Samba to
create an LSB complient package (probably called :
lsb-samba.org-samba to match the spec) as soon as possible.
It'd be great to get this in 2.2.1, but I'm not g...