From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail01.tacticuscommunications.net (mail01.tacticuscommunications.net [74.2.138.133]) by speech.braille.uwo.ca (Postfix) with ESMTP id 3FD9610B65 for ; Mon, 16 Jun 2008 01:56:40 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by mail01.tacticuscommunications.net (Postfix) with ESMTP id 87B551089D for ; Mon, 16 Jun 2008 01:42:55 -0400 (EDT) Received: from mail01.tacticuscommunications.net ([127.0.0.1]) by localhost (mail01.tacticuscommunications.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Ibbf3RSYgGWn for ; Mon, 16 Jun 2008 01:42:54 -0400 (EDT) Received: from [10.0.10.20] (unknown [10.0.10.20]) by mail01.tacticuscommunications.net (Postfix) with ESMTPA id 2903910887 for ; Mon, 16 Jun 2008 01:42:54 -0400 (EDT) Date: Mon, 16 Jun 2008 01:57:29 -0400 (EDT) From: luke To: "Speakup is a screen review system for Linux." Subject: Re: Audio processing In-Reply-To: <000301c8cee5$1182da40$2518a8c0@bouncy> Message-ID: References: <4854E4B6.9020804@baechler.net> <000301c8cee5$1182da40$2518a8c0@bouncy> Organization: Tacticus Communications, Inc. MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-BeenThere: speakup@braille.uwo.ca X-Mailman-Version: 2.1.10 Precedence: list Reply-To: "Speakup is a screen review system for Linux." List-Id: "Speakup is a screen review system for Linux." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Jun 2008 05:56:40 -0000 On Sun, 15 Jun 2008, Kerry Hoath wrote: > You are not understanding sox's syntax from the manpage. (read "man soxexam" for even more) > change the volume of a file after seeing the maximum from stat: > > sox -V file1.wav -v 1.214 file2.wav Interestingly, the -v would work before the infile as well, in this particular example. > resample a file at 22050hz to 44100: > sox file1.wav -r 44100 file2.wav Or for good quality: sox file1.wav -r 44100 file2.wav resample -ql and then go get a cup of coffee.:) If you want to watch it in action, like scp or rsync: sox -S file1.wav -r 44100 file2.wav resample -ql Luke