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 4E43B10AD4 for ; Mon, 16 Jun 2008 15:31:20 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by mail01.tacticuscommunications.net (Postfix) with ESMTP id 6BA24108B7 for ; Mon, 16 Jun 2008 15:17:33 -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 rEfJWlt5HtEl for ; Mon, 16 Jun 2008 15:17:32 -0400 (EDT) Received: from [10.0.10.20] (unknown [10.0.10.20]) by mail01.tacticuscommunications.net (Postfix) with ESMTPA id 5C2A41088A for ; Mon, 16 Jun 2008 15:17:32 -0400 (EDT) Date: Mon, 16 Jun 2008 15:32:16 -0400 (EDT) From: luke To: "Speakup is a screen review system for Linux." Subject: Re: text console tools for audio processing In-Reply-To: <20080616173227.GD6592@sonata.rednote.net> Message-ID: References: <20080616091142.GA12854@cq.ftml.net> <18518.15071.596427.625229@ccs.covici.com> <20080616173227.GD6592@sonata.rednote.net> 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 19:31:20 -0000 On Tue, 17 Jun 2008, Janina Sajka wrote: > I don't believe there's any real time control of audio playback or > bookmark capibility. Might be nice, but not there. However, I have found No bookmarks, but mplayer's text version can do the former well enough (it's an unresponsive beast some times, but it does the job). > it quite easy to home in on a particular region of audio in Wedit using > it's play from percantage to percentage feature. For instance, on > Wedit's third level I might issue a command like: > > play 20-40 > > which plays from 20% to 40% in the file. When I'm snipping unwanted > sound, I might even go to something as fine as: > > snip 0-0.7892 That will be a very interesting feature for me in particular, although doing it by percentage instead of by seconds and divisions of seconds, such as "sox file1.wav file2.wav trim 17:05.5218 2.1143" would be a bit strange, although I suspect it can work in that mode as well, as he's probably just invoking sox to do the actual editing. Luke