From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: tossel@gmail.com Newsgroups: gmane.emacs.help Subject: Estimating track length Date: Tue, 24 Aug 2010 03:27:24 +0400 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: dough.gmane.org 1282606411 30362 80.91.229.12 (23 Aug 2010 23:33:31 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 23 Aug 2010 23:33:31 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Aug 24 01:33:29 2010 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OngW6-0005TZ-Vx for geh-help-gnu-emacs@m.gmane.org; Tue, 24 Aug 2010 01:33:27 +0200 Original-Received: from localhost ([127.0.0.1]:58378 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OngW6-0001s0-9v for geh-help-gnu-emacs@m.gmane.org; Mon, 23 Aug 2010 19:33:26 -0400 Original-Received: from [140.186.70.92] (port=55098 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OngQI-0000hj-U0 for help-gnu-emacs@gnu.org; Mon, 23 Aug 2010 19:27:28 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OngQH-0001Ru-S5 for help-gnu-emacs@gnu.org; Mon, 23 Aug 2010 19:27:26 -0400 Original-Received: from mail-iw0-f169.google.com ([209.85.214.169]:37174) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OngQH-0001Rm-P6 for help-gnu-emacs@gnu.org; Mon, 23 Aug 2010 19:27:25 -0400 Original-Received: by iwn33 with SMTP id 33so5366532iwn.0 for ; Mon, 23 Aug 2010 16:27:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=U+tPvDOBa9O8gimKHIytr4ymZCSKz+ZHOMfTbyiVhpQ=; b=GGaehgNu/lb5XIHngt8IWOycPBbV86YTjk7Pul8WXiy7bZwp0ZDQGdYqE9NfzdSQBk UQYcg9c4eKIBG3kNY/ilvBX50oqsqBQ2wGdQlwMlcKQSygOy9NWdT884VmhvUjRUGoeh 3dey4tl3eMKUI3DouDJvBxxKUf4uhvsKwZicM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=S6vtgnXhTEq/+h9sGBteeFHM4k1AfmIhRpup7Izxj9/UKqtsRN2CWZGw2b1F8CE3na 31A1MfoRg936j44NHWTxUJqGDAYjPHcUarrl4ZhzmQp/hFQ1e38/Rq98BXZ82Ik/pbrR hHA58IzzZ+QISeeIrtWJZ17JEEn97yWpnK53I= Original-Received: by 10.231.15.9 with SMTP id i9mr7176434iba.58.1282606044553; Mon, 23 Aug 2010 16:27:24 -0700 (PDT) Original-Received: by 10.231.195.218 with HTTP; Mon, 23 Aug 2010 16:27:24 -0700 (PDT) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Mailman-Approved-At: Mon, 23 Aug 2010 19:32:17 -0400 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:74782 Archived-At: Hello, everybody! I need to estimate length of audio file in seconds from emacs. Is such function already implemented in some package? One obvious candidate is EMMS, but I couldn't find information about how to do it. I'd be grateful for any suggestions.