DAT-heads Digest #138

Contents:

Changing the sample rate of a WAV file (Mark Mayhle) search for Golden Earring shows (HAJO STEFFEN) ISO SBM1 ("Todd & Ferrell Druhot") FS: original Tascam DA-30 (Todddenton@aol.com) ISO: Dark Star shows ("Javi Dieguez") RE: cdr: gap between songs (Gordon Gidluck) Re: Changing the sample rate of a WAV file ("Wayne D. Hoxsie Jr.") DAT>HD speed problem (Drew Caruso) god this is annoying (Bob Siegl) Tape Lineage ("Michael B. Green") ISO: 4/8/85 @ Philly Spectrum (JamesHelgerson@aol.com) Re: Lineage ("mark wilkins") Please tape Sting on WPLJ NY tonight ("Jeremy .") re: signal chain (Alex Prestin) Re: Converting s/pdif to optical (Len Moskowitz) Re: ISO SBM-1/preamp help (Len Moskowitz) ISO: BRAD in Portland, San Francisco and Seattle ("Michael Hanson") NDC just loking for... (michael ryan) iso: vince guaraldi trio (james tierney) ISO SCI 11-9-01 Athens, GA (barren) Re: Lineage ("DRider")
From: Mark Mayhle <mark@mayhle.com> Subject: Changing the sample rate of a WAV file Date: Wed, 5 Dec 2001 23:14:01 -0600 (CST) I have a cassette that plays back too fast and too high in pitch. I have a theory that it went through at least one digital generation before being recorded to cassette and somewhere along the way a tape recorded at 44.1KHz accidentally got played back at 48KHz, thus speeding it up. If I resample in CoolEdit 2000 by the same percentage of slowdown, it sounds about right. So, what I would like to do is take a 48KHz DAT recording of the cassette, transfer it to a WAV file with my ZA2, and modify the WAV file to play back at 44.1KHz, without any resampling at all. Just change the sample rate in the WAV file header. How can I do this? Can it be done in CE2000, or is there other software that will let me do it? I'd even resort to using a hex editor if I knew what bits to flip. Any help much appreciated! -- Mark Mayhle mark@mayhle.com
From: Hajo.Steffen@t-online.de (HAJO STEFFEN) Subject: search for Golden Earring shows Date: Thu, 6 Dec 2001 06:58:30 +0100 Hi "tapers" - For a long time I have been looking for Golden Earring shows from their great time when they toured the States several times (but I couldnīt find anything). If there is something in your archives - please let me know and letīs trade!!! Kind regards, HAJO http://home.t-online.de/home/hajo.steffen/booties.htm
From: "Todd & Ferrell Druhot" <druhot@mindspring.com> Subject: ISO SBM1 Date: Thu, 6 Dec 2001 06:49:54 -0500 Subjuect pretty much says it all. Looking to purchase a sbm-1 or mod sbm1. Thanks for the space. Todd
From: Todddenton@aol.com Subject: FS: original Tascam DA-30 Date: Thu, 6 Dec 2001 07:45:25 EST I don't use this deck much anymore (never did actually) so it's for sale. Email me if you're interested. Thanks.
From: "Javi Dieguez" <jdieguez@wanadoo.es> Subject: ISO: Dark Star shows Date: Thu, 6 Dec 2001 15:06:25 +0100 I'm looking for any tapers who have recorded any "Dark Star" shows. They are un UK band (formerly called "Levitation") that played quite a few UK dates during 99 and 2000. In all this time I have only been able to find 2 tapers (4 shows in total). I have these for trade and also my own FM master from the Benicassim Festival in 1999. I have many other bands including some spanish AUD/FM masters to trade. Also interested in the current Mercury Rev tour. Javi http://perso.wanadoo.es/odieguez/u2
From: Gordon Gidluck <gidluck@swbell.net> Subject: RE: cdr: gap between songs Date: Thu, 06 Dec 2001 08:36:20 -0600 Jose, I developed a tool to assemble audio tracks using a text script. While there are graphical editors for this, I wanted to have something to do this from a command line to be able to batch process. You can insert spacing also. Maybe a good companion tool for EAC? There is also an option to truncate a recording to end on an even CD sector boundary. If the tools I have available for this appeal to you, download the files at http://www.shoptheozarks.com/GGM/wavscript.html . For occasional use, it is perhaps inconvenient to remember the syntactical rules for a scripting language. So recently I developed a GUI interface for WAVscript called ScriptWriter. It writes the specs for the file assembly tool through point-and-click. Gordon > From: "J. Garcia" <elektrik@navegalia.com> > Subject: cdr: gap between songs > Reply-to: elektrik@navegalia.com > Date: Wed, 5 Dec 2001 23:41:30 +0100 > > Hi, > > An off-topic question. > I want to burn a CD with different songs from different records, for > personal use. I'd like to leave a between-song gap of, say 5 seconds, or > whatever lenght. Can this be done easily with EAC, for instance? > > I haven't been able to figure out how come. > > > Jose Garcia > elektrik@navegalia.com
From: "Wayne D. Hoxsie Jr." <wayne@hoxnet.com> Subject: Re: Changing the sample rate of a WAV file Reply-To: <wayne@hoxnet.com> Date: Thu, 6 Dec 2001 09:00:22 -0600 (CST) On Wed, 5 Dec 2001, Mark Mayhle wrote: > I have a cassette that plays back too fast and too high in pitch. I have > a theory that it went through at least one digital generation before bein= g > recorded to cassette and somewhere along the way a tape recorded at > 44.1KHz accidentally got played back at 48KHz, thus speeding it up. If I > resample in CoolEdit 2000 by the same percentage of slowdown, it sounds > about right. > > So, what I would like to do is take a 48KHz DAT recording of the cassette= , > transfer it to a WAV file with my ZA2, and modify the WAV file to play > back at 44.1KHz, without any resampling at all. Just change the sample > rate in the WAV file header. How can I do this? Can it be done in > CE2000, or is there other software that will let me do it? I'd even > resort to using a hex editor if I knew what bits to flip. Any help much > appreciated! > > Hex-edit would be the way I'd do it. Here's a typical wave header: offset 0 1 2 3 4 5 6 7 8 9 a b c d e f 0123456789abc= def ============================================================================ --- 00000000 52 49 46 46 1c a9 0f 00 57 41 56 45 66 6d 74 20 RIFF.=A9..WAV= Efmt 00000010 10 00 00 00 01 00 02 00 [80 bb]00 00 00 ee 02 00 .........=BB.= =2E.=EE.. 00000020 04 00 10 00 64 61 74 61 f8 a8 0f 00 64 06 81 05 ....data=F8= =A8..d... The bytes of interest are at 0x18 and 0x19 (0x80 and 0xBB in the above example). these are (in little endian) 0xBB80=3D=3D48000 and 0xAC44=3D=3D44100. So you need to change the above to: offset 0 1 2 3 4 5 6 7 8 9 a b c d e f 0123456789abc= def ============================================================================ --- 00000000 52 49 46 46 1c a9 0f 00 57 41 56 45 66 6d 74 20 RIFF.=A9..WAV= Efmt 00000010 10 00 00 00 01 00 02 00 [44 ac]00 00 00 ee 02 00 .........=BB.= =2E.=EE.. 00000020 04 00 10 00 64 61 74 61 f8 a8 0f 00 64 06 81 05 ....data=F8= =A8..d... Hope this helps. --=20 Wayne D. Hoxsie Jr. wayne@hoxnet.com http://www.hoxnet.com PGP Key ID 138BCEE1
From: Drew Caruso <drewc.atc@verizon.net> Subject: DAT>HD speed problem Date: Thu, 06 Dec 2001 10:02:57 -0500 I just got a new computer and a Zoltrix Nightingale 6 soundcard. I tried to transfer a DAT thur a digi coax to the soundcard and into Cool Edit Pro. I got it to record fine except that once I play the wav back and put it to disc to listen to it was slow. Is there something wrong in my setup or settings I don't know about? Thanks for your help. I am running Windows 2000pro Drew
From: Bob Siegl <bobsiegl@yahoo.com> Subject: god this is annoying Date: Thu, 6 Dec 2001 07:08:52 -0800 (PST) CMC64V means a CMC 6 body with an MK4V capsule attached. This is fact and if you know who to ask you'd know. But ya know, if some guys want to put &^^*> &*$^$> %&^&%> $&^&$> on their tapes, thats great. Are some of us getting confused, possibly thinking the rig is blowing rather than sucking the music? I don't know if we care what patchcord you're using, but the power supply, a/d and deck are of course important. I doubt if any of us are going to mix up the order. __________________________________________________ Do You Yahoo!? Send your FREE holiday greetings online! http://greetings.yahoo.com
From: "Michael B. Green" <mgreen@pencom.com> Subject: Tape Lineage Date: Thu, 06 Dec 2001 10:32:40 -0500 Hi- For those of you who think you're super anal when it comes to labelling the source of tapes, I not only ID the mic's, capsules and deck, I also ID the other decks in the line regardless of whether my deck is the first, in the middle or last and circle or underline the deck that actually made the specific tape I'm labelling... And if that's not OCD enough, I also ID the actual seat or, if GA, as close to the specific location in the venue as possible... M
From: JamesHelgerson@aol.com Subject: ISO: 4/8/85 @ Philly Spectrum Date: Thu, 06 Dec 2001 10:48:21 EST .....HELP! I NEED a SBD copy of this show ..... preferably on DAT. I only ever had an analog copy, and the poor thing was recently "eaten". I still have the second set, but it is on an old VERY used (up) analog tape......as this is one of my favorite shows ever. I've got some older Dead, a couple SCI shows, and a few Keller Williams shows if you want to work a trade, or will be quite happy doing a B&P thing. Here is the email address I use most often: nutball67@hotmail.com PLEASE, help me...... :-(
From: "mark wilkins" <wilkinsmd@hotmail.com> Subject: Re: Lineage Date: Thu, 06 Dec 2001 10:53:48 -0500 >From: "Charles Quinn" <cmquinn@mindspring.com> >Subject: Lineage >Date: Wed, 5 Dec 2001 17:57:26 -0800 > > >It's time we fix this problem. Tapes made from Schoeps rigs need to be > >labeled correctly. You always see 64's, or say, cmc6/4>V2>ad100>dap1. >This > >is wrong, the signal path is mk4>cmc6>V2>ad100>dap1 so really the first > >example should be 46's, I know it may seem confusing or contrary to what >you > >know but it is correct, we need to label our tapes as the signal flows. > >My pet peeve about lineage is this > >Mics>pre>AD converter>to model of DAT deck. > >Model of DAT deck is superfluous if an A to D converter is used. > Not necessarily. Multiple decks can be patched out of one A->D and one can have dropouts while another could be clean, or depending on the length of tape used in each deck one could have tape swaps after 2 hours while another could be continuous for 3 hours. Tracking the model of the deck is one way to follow which master a clone came from. Mark _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp
From: "Jeremy ." <artsyman@hotmail.com> Subject: Please tape Sting on WPLJ NY tonight Date: Thu, 06 Dec 2001 16:23:45 Hi Folks, Stings concert at the Beacon Theatre in NY is being broadcast by WPLJ in NY starting at 8pm (Thurs 6th) and as I am going to the show, I will be unable to tape the broadcast, I think it may also be broadcast nationwide through some other afiliates, but I am not positive. I am leaving to go off to the show now, so I wont be able to reply to any emails during the day, but whatever the case, I will manage to organise a good trade for whomever gets a nice recording Many thanks Jeremy _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp
From: Alex Prestin <wakko@bitey.net> Subject: re: signal chain Date: Thu, 6 Dec 2001 11:33:21 -0500 (EST) > > Model of DAT deck is superfluous if an A to D converter is used. Which does little to explain why people buy AD1Ks and then run them into HHbs or Stelladats with equally-high-end converters built in. :) - A.P.
From: Len Moskowitz <moskowit@panix.com> Subject: Re: Converting s/pdif to optical Date: Thu, 6 Dec 2001 12:10:57 -0500 (EST) Carl Schwink <starfish@pacific-ocean.com> wrote: > Is there a quick/dirty solution to this? Or is there an easily > available podule out there to do the conversion? The Midiman CO2 converts between coaxial S/PDIF and optical S/PDIF in two directions simulatenously, at low cost. Please see our Web site for details. Len Moskowitz Binaural StealthMics, Cables, DPA, M-Audio Core Sound http://www.stealthmicrophones.com Teaneck, New Jersey USA http://www.core-sound.com moskowit@core-sound.com Tel: 201-801-0812, FAX: 201-801-0912
From: Len Moskowitz <moskowit@panix.com> Subject: Re: ISO SBM-1/preamp help Date: Thu, 6 Dec 2001 12:14:10 -0500 (EST) Chris Black <chris_melas@excite.com> wrote: > Having searched the product update digest and the sites of sbm-1 vendors, > are they still for sale somewhere? Can't seem to find them anywhere. Any > help would be greatly appreciated. I spoke with the folks at Sony at the recent AES convention. They have discontinued the entire consumer DAT product line (TCD-D8, TCD-D100, SBM-1), leaving only the pro PCM-M1 portable DAT recorder in production. All accessories (including cables) were considered consumer products and have also been discontinued. Sorry to bring the bad news! Len Moskowitz Binaural StealthMics, Cables, DPA, M-Audio Core Sound http://www.stealthmicrophones.com Teaneck, New Jersey USA http://www.core-sound.com moskowit@core-sound.com Tel: 201-801-0812, FAX: 201-801-0912
From: "Michael Hanson" <mihanson@earthlink.net> Subject: ISO: BRAD in Portland, San Francisco and Seattle Reply-To: "Michael Hanson" <mike@mikeandali.net> Date: Thu, 6 Dec 2001 10:09:44 -0800 Hi All, Looking for DATs or CDs of BRAD (Shawn Smith, Stone Gossard, Regan Hagar, Mike Berg) from Portland, OR 11/26, San Francisco 11/30 and Seattle 12/02. I have two nice sounding masters from their Los Angeles area appearances to trade. Thanks for the space to grovel. --- Mike Hanson <mihanson@earthlink.net>
From: michael ryan <luv2brew@yahoo.com> Subject: NDC just loking for... Date: Thu, 6 Dec 2001 12:59:27 -0800 (PST) Hey Now All! I am looking for Bear.I know he posted here and runs another site. He was looking for some Chris Smither and I have lost his address. So Brother Bear if you are still out there or anybody knows how to contact him please let me know... TIA, Peace, Michael " It's freedom of speech as long as you don't say too much" from running water by the Neville's __________________________________________________ Do You Yahoo!? Send your FREE holiday greetings online! http://greetings.yahoo.com
From: james tierney <grizzly@ne.mediaone.net> Subject: iso: vince guaraldi trio Date: Thu, 06 Dec 2001 19:50:40 -0500 Has anyone seen any recordings of Vince Guaraldi Trio? He wrote the original theme and music for Peanuts / Charlie Brown, etc... Any recordings would have been from WAY back when, but i still am hoping :) Let me know... peace james
From: barren <barren4@earthlink.net> Subject: ISO SCI 11-9-01 Athens, GA Date: Thu, 06 Dec 2001 19:53:55 -0500 Hey All, I would sure like to make a dat trade for either an fob or tapers section copy of this show. If any of you taping w/ Robert get this I would especially like to hear what you got since I was close by, helping to ward off stray balloons (yea, one got through). Take care and happy holidays. Later, John
From: "DRider" <Hawkwind@mediaone.net> Subject: Re: Lineage Date: Thu, 6 Dec 2001 20:23:28 -0500 From: "Charles Quinn" <cmquinn@mindspring.com> Subject: Lineage Date: Wed, 5 Dec 2001 17:57:26 -0800 > My pet peeve about lineage is this > > Mics>pre>AD converter>to model of DAT deck. > > Model of DAT deck is superfluous if an A to D converter is used. > > Chuck Quinn ~~~~~~~~~~~~~~~~~~ I disagree. Sony D8 = 1/2 sized head Sony M1= 3/4 sized head Tascam DA-P1 = Full sized head Hey, you forgot the onions and pickles! Wonder why? D
** FOR YOUR REFERENCE ** To unsubscribe from this digest, please send email to dat-heads-unsubscribe@datheads.phish.net If your email address has changed, you may (optionally) send the message to dat-heads-unsubscribe-oldaddress=olddomain@datheads.phish.net and the old address will be removed. Problems or questions about a subscription should be addressed via these avenues and then if needed to dat-heads-owner@datheads.phish.net or postmaster@datheads.phish.net never the list itself You can submit a message for inclusion in the next digest via this address: Internet: dat-heads@datheads.phish.net Archives of DAT-Heads digests and related files are available on the DAT-Heads home page: http://www.solorb.com/dat-heads/ End of DAT-Heads Digest ******************************