search for: dido

Displaying 8 results from an estimated 8 matches for "dido".

Did you mean: did
2002 Jan 07
2
>Why not use OggDrop? Going for managed bitrates? Tagging?
...to HELP me encode the entire CD to Ogg Vorbis. It's certainly much > less automated than oggenc. > SyP wrote: >> 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" trac...
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
2002 Jan 07
0
>Why not use OggDrop? Going for managed bitrates? T agging?
Philip M. White wrote: >>FOR %%1 IN (*.wav) DO oggenc -q 4 --artist="Dido" > This is wonderful, Christopher. > One last question: is there a way to use the loop > control variable value inside the loop? Since the loop > counter begins with one and is incrementing each time (I'm > assuming), I should probably use that value as the trac...
2007 Jul 25
3
FLAC: ERROR, MD5 signature mismatch
Hi I have downloaded a FLAC file somewhere and when trying to decode it to WAV it gives the error message: ERROR, MD5 signature mismatch So my question is now: are FLAC files that give the error message above still decodable to WAV (and how can you do this, because flac.exe doesn't want to decode the file), even if there is a MD5 signature mismatch, or is this not possible at all? thx
2008 Jan 14
10
Using EventMachine to listen from non-network
I''ve actually found a way to make EventMachine listen to events from a serial port, but only by using the pure Ruby version, using Guilliame Pierronnet''s Ruby/SerialPort library. It turned out to be simpler than I thought it would be: require ''serialport'' $eventmachine_library = :pure_ruby require ''eventmachine'' module EventMachine class
2007 Oct 01
1
mISDN NPI setting with b410p
...News - html) http://feeds.venturevoip.com/AsteriskNews (Daily Asterisk News - rss) -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFHAGLUDQNt8rg0Kp4RAgh6AJ98NQauv8Ze60lNhjRYgL4PNe66AwCdGZIv gMwh8FIagmPFT20ohzV+M7I= =diDo -----END PGP SIGNATURE-----
2005 Jun 06
23
Multi-ISP in 2.4.0
Hello Shorewall list, I''m a happy Shorewall user since a few years now and everything works fine for me except one thing that I try to implement since a week, the multi-isp. I''ve downloaded the 2.4.0 Stable release yesterday and tried the RC2 since a week. My config is a Debian running a kernel 2.4.27 home made with the CONNMARK.diff patch applied I''m using 2 ISP,
2008 Oct 23
3
ANN: EMDRb 0.1.0
I am pleased to announce the release of EMDRb version 0.1.0, a rudimentary implementation of a distributed Ruby server based on EventMachine. It''s available on Rubyforge at http://rubyforge.org/projects/emdrb but I must admit that it has thus far only been lightly tested and still a bit feature incomplete. The server implementation can already do all of the basic stuff one expects DRb