search for: track01

Displaying 13 results from an estimated 13 matches for "track01".

2010 Aug 14
3
How to perform a substitution in a loop?
Hello all: I have a data series of 500 data, and I want to limit the value of it to be less than 1. Below is my code: >for (i in 1:500) +if( x[i] > 1) +x[i] = 1 but the system told me it's wrong. Can anyone told me the reason? ----- ------------------------------------------------------------------ Saji Ren from Shanghai China GoldenHeart Investment Group
2006 Dec 02
1
encoding failed
Hello, using flac 1.1.2 regularly failed recently to encode a specific set of WAV files I got from the Internet. Listen to these files with XMMS, Audacious works fine. See the following output: options: -P 4096 -b 4608 -m -l 8 -q 0 -r 3,3 Track01.wav: WARNING: found non-standard 'fmt ' sub-chunk which has length = 30 Track01.wav: ERROR: unsupported compression type 85 What could I do to get the files encoded to flac? Best regards, Markus
2000 Feb 16
1
Decode questions
Sorry, to interrupt the license flame war... I downloaded the source from CVS as of 11am this morning and there are a couple of issues that I ran into: 1) I built the package and then in the examples dir I executed the following commands: # cdparanoia -B 1-1 # ./encoder-example < track01.cdda.wav > test.vor # ./decoder-example < test.vor > out.wav The rip and the encode both work fine. test.vor is 22280990 bytes (!) and track01.cdda.wav is 57998012 bytes long. decoder-example sez: Track encoded by encoder_example.c Bitstream is 0 channel, 0Hz Encoded by: Xiphophor...
2001 Jul 07
2
patch for title(?) segmentation fault
oggenc -b 128 -d 1985 -N 01 -t "Black Planet" -l "First and Last and Always" -a "Sisters of Mercy" track01.cdda.wav egs in free in simple_utf8_encode. I tracked it down to a mis-calculated buffer size for malloc. I've attached the patch that fixes it (for me:). The only problem I have with the rest of the code is figuring out how the terminating 0 (null, whatever:) gets into unicode, I can't s...
2007 Jun 10
4
Flac woes
Howdy, Flac-1.1.4 is refusing to encode some WAV files (amd64, gentoo): % flac Song\ Name-Track01.wav Song Name-Track01.wav: WARNING: legacy WAVE file has format type 1 but bits-per-sample=24 Song Name-Track01.wav: 100% complete, ratio=0.546Song Name-Track01.wav: ERROR during read of data pad byte % sfinfo Song\ Name-Track01.wav File Name Song Name-Track01.wav File Format Microsoft RIF...
2004 Aug 06
2
stupid headers
When I run icecast 1.3.10 with shout 0.8.0 I get [/home/icecast/music/track01.mp3] [3:07] Size: 2997767 Bitrate: 128000 (38432 bytes/dot) [Error in read, exiting ] read: Broken pipe When I send a source stream using winamp, I get an invalid password error on winamp, and stupid headers on icecast. [19/Apr/2001:19:12:19]...
2002 Jan 07
2
>Why not use OggDrop? Going for managed bitrates? Tagging?
...: >> It isn't necessary to encode the full CD at once, is it? You could do >> well with multiple lines, like: >> oggenc -N "01" -q 4 --artist="Dido" --title="Here With Me" --album="No Angel" -d "2001" -n "%%n %%t.ogg" track01.wav >> oggenc -N "02" -q 4 --artist="Dido" --title="Hunter" --album="No Angel" -d "2001" -n "%%n %%t.ogg" track02.wav > That's a good idea, but it would increase the size of my batch file tremendously, because then I...
2000 Jun 20
0
Test: Lame vs. Ogg/Vorbis -- warning big mail
...ults: ----------------------------------------------------------- MP3: LAME-3.70 mpg123-0.59r-4 MP3: lame -S -b 128 $FILE $OUT_FILE.mp3 Ogg: Vorbize-0.2 (Xiphophorus libVorbis I 20000508), ogg123-0.1 Ogg: /opt/ogg/bin/vorbize -q -w $OUT_FILE.ogg $FILE HW: K6 188 MHz ---<MP3>---<track01.cdda.wav>--- 423.28user 1.76system 7:06.27elapsed 99%CPU (0avgtext+0avgdata 0maxresident)k 0inputs+0outputs (13151major+141minor)pagefaults 0swaps ---<Ogg>---<track01.cdda.wav>--- 1739.84user 1.72system 29:04.72elapsed 99%CPU (0avgtext+0avgdata 0maxresident)k 0inputs+0outpu...
2000 Jun 20
0
Test: Lame vs. Ogg/Vorbis -- warning big mail
...ults: ----------------------------------------------------------- MP3: LAME-3.70 mpg123-0.59r-4 MP3: lame -S -b 128 $FILE $OUT_FILE.mp3 Ogg: Vorbize-0.2 (Xiphophorus libVorbis I 20000508), ogg123-0.1 Ogg: /opt/ogg/bin/vorbize -q -w $OUT_FILE.ogg $FILE HW: K6 188 MHz ---<MP3>---<track01.cdda.wav>--- 423.28user 1.76system 7:06.27elapsed 99%CPU (0avgtext+0avgdata 0maxresident)k 0inputs+0outputs (13151major+141minor)pagefaults 0swaps ---<Ogg>---<track01.cdda.wav>--- 1739.84user 1.72system 29:04.72elapsed 99%CPU (0avgtext+0avgdata 0maxresident)k 0inputs+0outpu...
2002 Jan 06
6
Slightly off-topic: question about DOS batch files
Jack, thanks for your quick reply about my Comment question. This next question is slightly off-topic, but it pertains to encoding a directory of WAV files into Oggs. Right now I have 14 WAVs that I ripped from a CD... I made a [huge] batch file which specifies the name and track number of each WAV. Unfortunately, I have to have the entire batch file on a single line, since it's a
2004 Aug 06
0
stupid headers
...io stream & headers. You also need to have the Icecast server listen on both ports (or run a second 'dummy' server on port-1) so that Winamp will at least *think* that it's properly connected. -bg > When I run icecast 1.3.10 with shout 0.8.0 I get > > [/home/icecast/music/track01.mp3] > [3:07] Size: 2997767 Bitrate: 128000 (38432 bytes/dot) > [Error in read, > exiting ] > read: Broken pipe > > When I send a source stream using winamp, I get an invalid password > error on winamp, and stupid headers o...
2000 Aug 14
0
OggEnc manpage
...h one. The string given as an argument to -n is used to generate filenames - %a -> artist, %t - title, %l -> album, %% -> literal %. So this gives filenames like "The Tea Party - Touch.ogg": .RS oggenc -a "The Tea Party" -l "Triptych" -t "Touch" track01.wav -t "Underground" track02.wav -t "Great Big Lie" track03.wav -n "%a - %t.ogg" .RE .PP Encoding from stdin, to stdout (you can also use the various tagging options, like -t, -a, -l, etc.): .RS oggenc - .RE .PP .SH AUTHORS .TP Program Author: .br M...
2002 Jan 14
9
ReplayGain support for Vorbis
Hello all, I'm glad to announce to you that Vorbis now has full ReplayGain support. If you're not familiar with ReplayGain, take a look at www.replaygain.org. The main features are: a) all songs play back with equal loudness b) removes the need for normalization c) allows for clipping prevention Using it is very simple. Get a compatible decoder (ogg123, XMMS and WinAmp all support it