Displaying 20 results from an estimated 1000 matches similar to: "SHN"
2004 Sep 10
3
FLAC status
Hi,
How's the testing going? I compressed 194 individual .wav files
(totaling 8.54GB) which contained tracks ripped from many varied albums. I
unflacced them and compared their md5 signature with the same from the
original .wav. They were all perfect. I didn't use the -V option just in
case of any chance of mis-reporting. I hope to test it with the complete
collection of ~41GB
2004 Sep 10
2
corrupt/invalid wav
I posted the bug at http://sourceforge.net/bugs/?func=detailbug&bug_id=130992&group_id=13478 . Since all my other discs were encoding fine I thought that the wav file may be corrupt/invalid/or something. I opened them with cool edit and "saved as"ed them to my drive. These files encoded fine and the extraced/converted files have the correct md5sum. Is there a program that can
2003 May 11
3
ogg encode tts output
Can anyone suggest a shell script in linux bash for encodimg raw audio output
from text to speech app into an ogg file. I am running festival speech. The
command line for basic tts is
festival> bin/festival --tts myfile.txt
Thanks
--
Raena Lea-Shannon
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this
2004 Sep 10
2
flac worse than shorten
I've found a wav of an entire album that shorten compresses better than
flac. Is this supposed to be possible?
wav 388,374,044
flac-6 239,109,203
shn 236,457,697
Cheers.
Mark Powell - UNIX System Administrator - The University of Salford
Academic Information Services, Clifford Whitworth Building,
Salford University, Manchester, M5 4WT, UK.
Tel: +44 161 295 5936 Fax: +44 161 295 5888
2004 Sep 10
1
[Flac-users] How to make paragraph seperations in the Tag Config. > Comments field?
Hello, all,
I'm a newby to FLAC who is used to making .txt source files for his SHN
discs. :)
I made my first secure EAC > WAV> FAC file days ago and am trying to get
proper "source file" info figured out..
First question; how do you make paragraph seperations in the Tag Config.
> Comments field?
Better yet, can someone provide me with a < 1MB FLAC file sample
2004 Sep 10
2
Bug with FLAC raw encoding
> > I found a bug with FLAC v0.6 raw encoding. It
> appears that the file
> > pointer in the source file is not reset after
> seeking to the end for
> > checking the size. I've attached a patch.
>
> What's the impact? Do I have bad .flac files?
>
If you are piping raw samples in, no. The bug only
occurs when you give an input file AND use -fr. In
that
2004 Sep 10
3
Re: XMMS Plugin on Mac OS X
--- Pisco <pisco@mac.com> wrote:
> This may clarify a few things. I compiled flac from the source
> package
> on flac.sourceforge.net since the Darwin package did not contain the
> XMMS
> plugin. I compiled it using the ./configure, make, make all
> sequence,
> and it compiled fine.
> When the flac plugin is alone in the XMMS Input directory, it works
>
2004 Sep 10
4
the road to 1.0...
This is a fantastic selling point, and one that I've never really thought
of.
Back in the early days of etree (a whole three years ago ;) ), before we
learned the virtues of MD5 sums for SHN downloads, I downloaded a Hornsby
show from someone. Of course, an MD5 wasn't available, but when I
decompressed and Shoren didn't throw a sanity error my way, I figured all
was well. I burned
2004 Sep 10
1
flac worse than shorten ON SOME FILES
had to fix the subject... was getting under my skin!
yeah, could you put up the FLAC version of the
worst track that is less than 20 megs compressed?
(I'll have to grab it with a 56k modem). by worst
I mean the one where shorten beats flac by the most.
also:
1. what version of shorten are you using?
2. what command-line options for flac and shorten
did you use on this track?
thanks,
Josh
2004 Sep 10
0
Bug with FLAC raw encoding
On Fri, 2 Feb 2001, Josh Coalson wrote:
> this is probably a good point to remind everyone that FLAC is still
> beta so don't delete your originals! everyone here has been good
> about it but I'm dreading that message from someone who lost all their
> stuff.
You mentioned that one update was to include an md5 signature of the
compressed stream to detect errors? Could you
2002 Jul 19
3
oggenc command not found
Dear Vorbis List,
I have just joined this List. Thankyou to all the developers who have
worked on this project it is wonderful.
I am running SuSE 7.3 and the cdaudio ogg ripping works very well. I am
now in the process of archiving my vinyl in ogg files. According to the
SuSE manual this is done using the oggenc command but I get no such
command to work. I have also tried ./oggenc.
Any
2008 Feb 08
2
how to get flac fingerprint from a wav?
Great info. I found some descriptions of st5 (md5 fp) and ffp, where
I assume that "fp" is just a Taper abbreviation for "fingerprint" -
or signature as it's called in the flac header. However, I could not
find these utilities or source code. What I found looked like
instructions for a gui-based program. I think it would be easier to
support Mac if st5 were
2004 Sep 10
5
the road to 1.0...
--- Jan Suhr <jan.suhr@usa.net> wrote:
> It would be easier if FLAC understand the following command: "flac
> *.wav *.flac" or "flac -d *.flac *.wav"
>
> for now I have to use some shell "tricks".
>
I assume you're using the DOS shell? because all unix shells I know
will expand the globs first so this syntax cannot work anyway.
but I know
2004 Sep 10
1
Phish moves to FLAC
I'm posting this on the off chance that there are others out there who do
not read slashdot; someone pointed this out to me:
http://slashdot.org/articles/03/06/24/046255.shtml?tid=141&tid=188
"Due to customer feedback, Phish, who have served as pioneers in the
pay-per-download online music arena with their livephish.com site, have
recently converted to FLAC compression for their
2008 Oct 05
1
Help on R Coding
Hi all,
I am kind of stuck of using Predict function in R to make prediction
for a model with continuous variable and categorial variables. i have
no problem making the model, the model is e.g.
cabbage.lm2<- lm(VitC ~ HeadWt + Date + Cult)
HeadWt is a continuous variable, Date and Culte are factors. Date have
three levels inside (d16,d20,d21), Cult has two levels(c39,c52). I
need to
2011 Aug 06
1
multcomp::glht() doesn't work for an incomplete factorial using aov()?
Hi R users,
I sent a message yesterday about NA in model estimates (
http://r.789695.n4.nabble.com/How-set-lm-to-don-t-return-NA-in-summary-td3722587.html).
If I use aov() instead of lm() I get no NA in model estimates and I use
gmodels::estimable() without problems. Ok!
Now I'm performing a lot of contrasts and I need correcting for
multiplicity. So, I can use multcomp::glht() for this.
2007 Dec 31
2
Building path to maildir
Hello everyone
Happy new year .
This is the first time I address to the list
I have the following situation and I need help from all you people
I have dovecot 0.9-11 and i want to migrate to a superior version
like dovecot 1.0 looking forward to implement quotas in my system ,
and use the function deliver with postfix.
My Scenario is as follow
Dovecot + LDAP (ADS) + postfix
My actual
2011 Aug 06
1
How set lm() to don't return NA in summary()?
Hi,
I've data from an incomplete fatorial design. One level of a factor doesn't
has the levels of the other. When I use lm(), the summary() return NA for
that non estimable parameters. Ok, I understant it. But I use
contrast::contrast(), gmodels::estimable(), multcomp::glht() and all these
fail when model has NA estimates. This is becouse vcov() and coef() has
different dimensions. Is
2004 Sep 10
3
[Flac-users] Fingerprint Verification Problem
--- "Paino, Christopher L YN1(AW) (CPF N0084)" <PainoCL@cpf.navy.mil>
wrote:
> If I am understanding FLAC correctly, the internal MD5 sum is (or can
> be
> )different than the fingerprint file sum.
Yes.
> The internal sum can be
> different
> depending on which compression settings are used, while the audio
> remains
> unchanged.
It's the other way
2004 Sep 10
2
flac worse than shorten
On Wed, 7 Feb 2001, Josh Coalson wrote:
> Mark, if it's possible, can you do me a favor...
> Try encoding the album as individual tracks and
> compare sizes. The reason I ask is because of
> the way FLAC frames are numbered in the frame
> headers (if you check the format page you'll see
> what I mean).
Sorry, I don't :( I've split into individual files and