From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from fmailhost01.isp.att.net (fmailhost01.isp.att.net [204.127.217.101]) by speech.braille.uwo.ca (Postfix) with ESMTP id 87CDD10B55 for ; Sun, 15 Jun 2008 09:55:35 -0400 (EDT) Received: from adsl-226-64-213.mem.bellsouth.net ([74.226.64.213]) by isp.att.net (frfwmhc01) with SMTP id <20080615135534H0100mdbeqe>; Sun, 15 Jun 2008 13:55:34 +0000 X-Originating-IP: [74.226.64.213] Date: Sun, 15 Jun 2008 08:55:33 -0500 (CDT) From: Adam Myrow 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> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed 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: Sun, 15 Jun 2008 13:55:35 -0000 On Sun, 15 Jun 2008, Kerry Hoath wrote: > resample a file at 22050hz to 44100: > sox file1.wav -r 44100 file2.wav When I resample, I always use the polyphase effect. I.E. sox file1.wav -r 44100 file2.wav polyphase Both my experience, and what I've read online show this to be a better way of doing it. It takes longer, but sounds better. HTH.