Displaying 15 results from an estimated 15 matches for "test_replaygain".
2014 Nov 30
4
awk vs. mawk
On Nov 26 22:39:27, hans at stare.cz wrote:
> ./test_replaygain.sh fails for me in tonegenerator(), saying:
>
> ./test_replaygain.sh[91]: mawk: not found
> Testing FLAC replaygain 8000 (8000 x 1) ... -: ERROR: got partial sample
>
> Apparently, the tone-generating awk script does not work with
> my system's awk, which is "awk versio...
2014 Nov 26
3
flac-1.3.1pre1
On Nov 26 22:39:27, hans at stare.cz wrote:
> On Nov 25 00:43:22, mle+la at mega-nerd.com wrote:
> > http://downloads.xiph.org/releases/flac/beta/
> > Please test.
>
> ./test_replaygain.sh fails for me in tonegenerator(), saying:
>
> ./test_replaygain.sh[91]: mawk: not found
> Testing FLAC replaygain 8000 (8000 x 1) ... -: ERROR: got partial sample
>
> Apparently, the tone-generating awk script does not work with
> my system's awk, which is "awk versio...
2014 Dec 11
2
awk vs. mawk
...10 23:04:44, mle+la at mega-nerd.com wrote:
> Definitely interested in a cross platform solution to this.
Diff below. Please test.
On Dec 03 13:21:16, hans at stare.cz wrote:
> On Nov 30 14:33:47, hans at stare.cz wrote:
> > On Nov 26 22:39:27, hans at stare.cz wrote:
> > > ./test_replaygain.sh fails for me in tonegenerator(), saying:
> > >
> > > ./test_replaygain.sh[91]: mawk: not found
> > > Testing FLAC replaygain 8000 (8000 x 1) ... -: ERROR: got partial sample
> > >
> > > Apparently, the tone-generating awk script does not work with
&...
2014 Dec 03
0
awk vs. mawk
On Nov 30 14:33:47, hans at stare.cz wrote:
> On Nov 26 22:39:27, hans at stare.cz wrote:
> > ./test_replaygain.sh fails for me in tonegenerator(), saying:
> >
> > ./test_replaygain.sh[91]: mawk: not found
> > Testing FLAC replaygain 8000 (8000 x 1) ... -: ERROR: got partial sample
> >
> > Apparently, the tone-generating awk script does not work with
> > my system's...
2014 Dec 10
1
awk vs. mawk
(ping, if there is any interest).
On Dec 03 13:21:16, hans at stare.cz wrote:
> On Nov 30 14:33:47, hans at stare.cz wrote:
> > On Nov 26 22:39:27, hans at stare.cz wrote:
> > > ./test_replaygain.sh fails for me in tonegenerator(), saying:
> > >
> > > ./test_replaygain.sh[91]: mawk: not found
> > > Testing FLAC replaygain 8000 (8000 x 1) ... -: ERROR: got partial sample
> > >
> > > Apparently, the tone-generating awk script does not work with
&...
2014 Nov 25
19
flac-1.3.1pre1
Hi all,
As people may have seen there's a pre-release here:
http://downloads.xiph.org/releases/flac/beta/
Specifically:
flac-1.3.1pre1.tar.xz : The source code
flac-1.3.1pre1-win.zip : Windows 32 and 64 bit binaries
Please test.
I'm particularly interested in hearing about the windows binaries
which were cross compiled from Linux to Windows. Unfortunately
there is a bug
2014 Nov 26
0
flac-1.3.1pre1
On Nov 25 00:43:22, mle+la at mega-nerd.com wrote:
> http://downloads.xiph.org/releases/flac/beta/
> Please test.
./test_replaygain.sh fails for me in tonegenerator(), saying:
./test_replaygain.sh[91]: mawk: not found
Testing FLAC replaygain 8000 (8000 x 1) ... -: ERROR: got partial sample
Apparently, the tone-generating awk script does not work with
my system's awk, which is "awk version 20110810" as distribute...
2014 Nov 25
0
flac-1.3.1pre1
...flac comes with ABSOLUTELY NO WARRANTY. This is free software, and you are
welcome to redistribute it under certain conditions. Type `flac' for details.
80000+0 records in
156+1 records out
80000 bytes transferred in 0.194 secs (412063 bytes/sec)
-: Verify OK, wrote 9004 bytes, ratio=0.112
./test_replaygain.sh: line 85: mawk: command not found
Testing FLAC replaygain 8000 (8000 x 1) ... -: ERROR: got partial sample
The following tests pass fine:
test_seeking.sh
test_streams.sh
test_compression.sh
This is all on current OpenBSD/i386.
Jan
--- test_bins.sh Tue Nov 25 04:42:25 2014
+++ /home/hans...
2014 Jul 08
1
[PATCH] missed --force-raw-format
test_replaygain.sh fails because it calls flac with
--endian=big --channels=1 --bps=24 --sample-rate=$1 --sign=unsigned
but without --force-raw-format option.
The patch is attached.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: test_rg.patch
Type: application/octet-stream
Siz...
2014 Jul 09
2
[PATCH] test_flac.sh fix
Not only test_replaygain.sh (commit 1988855), but also
test_flac.sh requires additional --force-raw-format option.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: test_flac.patch
Type: application/octet-stream
Size: 2176 bytes
Desc: not available
Url : http://lists.xiph.org/pipermail/fla...
2014 Nov 26
1
flac-1.3.1pre1
...# FLAC - Free Lossless Audio Codec
# Copyright (C) 2002-2009 Josh Coalson
@@ -18,7 +18,7 @@
# restrictive of those mentioned above. See the file COPYING.Xiph in this
# distribution.
-source common.sh
+. ./common.sh
PATH=`pwd`/../src/flac:$PATH
PATH=`pwd`/../src/metaflac:$PATH
--- test_replaygain.sh.orig Wed Nov 26 22:15:36 2014
+++ test_replaygain.sh Wed Nov 26 22:19:26 2014
@@ -1,4 +1,4 @@
-#!/bin/bash -e
+#!/bin/sh -e
# FLAC - Free Lossless Audio Codec
# Copyright (C) 2002-2009 Josh Coalson
@@ -18,7 +18,7 @@
# restrictive of those mentioned above. See the file COPYING.Xiph in t...
2014 Nov 25
2
flac-1.3.1pre1
Op 25-11-14 om 23:39 schreef Jan Stary:
> Is there a reason the test scripts are calling bash?
The change from sh to bash was made a little more than a year
ago. The mailing list thread accompanying this change can be
found here:
http://lists.xiph.org/pipermail/flac-dev/2013-September/004374.html
2014 Jun 07
0
PATCH: workaround for a GCC bug #61423, second version
Patch A: (gccbug-v2-a.patch)
It replaces fp code with integer. Basically it changed
ceil(x * (1.-0.95)) with (x/20 + x%20?1:0). This also slightly
changes calculated RG value, so test_replaygain.sh was also updated.
Why RG value differs? Because double(1.-0.95) > double(0.05).
If x==20 then ceil(x * (1.-0.95)) == 2, while ceil(x * 0.05) == 1
and (x/20 + x%20?1:0) == 1. So the new code behaves differently
than the old. But IMHO the new behavior is "more correct" than
the old o...
2014 Dec 11
1
awk vs. mawk
...awk being a symlink to gawk version 4.1.1
> which fails:
Hm, gawk 4.1.1 works for me on Debian. Let me look closer.
Do you have other *AWKs on the machine that you could test with, please?
This is all the more reason to get rid of the AWK script in the first place.
> > (cd test ; ./test_replaygain.sh)
> Generating stream...
>
> flac 1.3.1
> Copyright (C) 2000-2009 Josh Coalson, 2011-2014 Xiph.Org Foundation
> flac comes with ABSOLUTELY NO WARRANTY. This is free software, and you are
> welcome to redistribute it under certain conditions. Type `flac...
2014 Jun 03
4
Two questions about RG in flac
1) to the author of test/test_replaygain.sh
There are 2 identical lines in this file: line 137 and next.
Is it intended or just a copy/paste error?
2) to ALL:
I attached a small program. Compile and run it.
* Does it work correctly when compiled with -O3 -msse2 options?
* If yes, does it work correctly when compiled with -O3 -funroll-lo...