Re: Working with WAV files

2003-03-08 Thread Rob Weir
On Wed, Mar 05, 2003 at 09:12:42PM -0800, Jack Pistachio wrote: > >Before I go off experimenting with modconf, I wonder > > if anyone has > >been over this ground. If I add a driver using modconf > > and get no > >result, how do I remove it? > >-- > >David > > That's an easy o

Re: Working with WAV files

2003-03-08 Thread Robert A. Knop Jr.
> I've just downloaded a long recording of a talk from a small Olympus > recorder. The sound is muffled and I'd like to see if I can make it > clearer. The underlying recording is digital, and I suspect it may be of > reasonably good quality Try snd -- a graphical sample editor that looks pretty

RE: Working with WAV files

2003-03-05 Thread Jack Pistachio
>Before I go off experimenting with modconf, I wonder > if anyone has >been over this ground. If I add a driver using modconf > and get no >result, how do I remove it? >-- >David That's an easy one... remove it the same way you added it. You could also do: bash$ rmmod MODNAME

RE: Working with WAV files

2003-03-05 Thread David Turetsky
>>> On Tue, Mar 04, 2003 at 04:07:07PM -0500, David Turetsky wrote: What packages are out there which facilitate editing? >>> sean finney [mailto:[EMAIL PROTECTED] >>> Sent: Wednesday, March 05, 2003 11:14 AM a good one that you can run from the command line is sox. it has a bunch

Re: Working with WAV files

2003-03-05 Thread sean finney
On Tue, Mar 04, 2003 at 04:07:07PM -0500, David Turetsky wrote: > What packages are out there which facilitate editing? a good one that you can run from the command line is sox. it has a bunch of basic effects and filters you can pass the sound through, i've used it in the past and been happy wit