[LAU] sample preview program?

rosea.grammostola rosea.grammostola at gmail.com
Mon Dec 17 21:28:53 UTC 2012


On 12/17/2012 08:18 PM, Brent Busby wrote:
> Yup. With a 2 year old, very curious kid around who sleeps next to my
> home studio I do find them on the floor every now and then. And I've
> dropped them myself on quite some occasions. These headphones are pretty
> sturdy if you ask me.
>
> Jeremy
> _______________________________________________
> Linux-audio-user mailing list
> Linux-audio-user at lists.linuxaudio.org
> http://lists.linuxaudio.org/listinfo/linux-audio-user
> Delivered-To: rosea.grammostola at gmail.com
> Received: by 10.60.144.97 with SMTP id sl1csp125299oeb;
>          Mon, 17 Dec 2012 11:18:37 -0800 (PST)
> Received: by 10.68.233.230 with SMTP id tz6mr46275435pbc.36.1355771917448;
>          Mon, 17 Dec 2012 11:18:37 -0800 (PST)
> Return-Path:<brent at keycorner.org>
> Received: from qmta01.emeryville.ca.mail.comcast.net (qmta01.emeryville.ca.mail.comcast.net. [2001:558:fe2d:43:76:96:30:16])
>          by mx.google.com with ESMTP id ak3si3788197pbd.155.2012.12.17.11.18.36;
>          Mon, 17 Dec 2012 11:18:37 -0800 (PST)
> Received-SPF: neutral (google.com: 2001:558:fe2d:43:76:96:30:16 is neither permitted nor denied by best guess record for domain of brent at keycorner.org) client-ip=2001:558:fe2d:43:76:96:30:16;
> Authentication-Results: mx.google.com; spf=neutral (google.com: 2001:558:fe2d:43:76:96:30:16 is neither permitted nor denied by best guess record for domain of brent at keycorner.org) smtp.mail=brent at keycorner.org; dkim=pass (test mode) header.i=@comcast.net
> Received: from omta08.emeryville.ca.mail.comcast.net ([76.96.30.12])
> 	by qmta01.emeryville.ca.mail.comcast.net with comcast
> 	id cefT1k00K0FhH24A1jJcEA; Mon, 17 Dec 2012 19:18:36 +0000
> Received: from village.keycorner.org ([98.206.160.105])
> 	by omta08.emeryville.ca.mail.comcast.net with comcast
> 	id cjJa1k00U2GkNrE8UjJcCX; Mon, 17 Dec 2012 19:18:36 +0000
> Date: Mon, 17 Dec 2012 13:18:34 -0600 (CST)
> From: Brent Busby<brent at keycorner.org>
> To: "rosea.grammostola"<rosea.grammostola at gmail.com>
> cc: Linux-audio-user at lists.linuxaudio.org
> Subject: Re: [LAU] sample preview program?
> In-Reply-To:<50CEE046.1010802 at gmail.com>
> Message-ID:<alpine.LNX.2.00.1212171315080.16049 at village.keycorner.org>
> References:<50CEE046.1010802 at gmail.com>
> User-Agent: Alpine 2.00 (LNX 1167 2008-08-23)
> MIME-Version: 1.0
> Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed
> DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=comcast.net;
> 	s=q20121106; t=1355771916;
> 	bh=fckeyycspCmIQ0bStM2Y19vJfXAoLR/naEo4G2Ivwy0=;
> 	h=Received:Received:Date:From:To:Subject:Message-ID:MIME-Version:
> 	 Content-Type;
> 	b=Ugz+RXzdo4TTfQFqWtonhSSMXoySc6dMDHIa5Vkh9WhEvFLebC175x8I21CUMguLf
> 	 X7nxBuyNaExv2xbcpvrR++vLsGFHKO+S2FTKjZLE62qSA0ZC7kcFuqDuI/pZZVqMRE
> 	 ni3gdPNXScKFwBmfYfYAdTuaF2cvzoDOMvzccBVQNdUD8OuSljPW1eXhchX6QlK4tw
> 	 chB0NNXpLfy+Xf9Vk2TULd+WXrmqWId+NZO7x/OWQ9XaNw51EJW9UM1E7x9PgSsTZf
> 	 2BEAGEmXULd5+bJ0IY6fqdKskZTeY+wMCXIittiM/cTg5+SxvAa5CjuWUF6GKGfTSk
> 	 JYOii6g1Wbs2g==
>
> On Mon, 17 Dec 2012, rosea.grammostola wrote:
>
>> How do I set midnight commander to let mplayer play my audio files?
>
> Well, just for some ideas, here's some stuff from my ~/.mc/bindings :
>
>
> ### Sound files ###
>
> regex/\.([wW][aA][vV]|[vV][oO][cC]|[aA][uU]|[sS][mM][pP]|[aA][iI][fF][fF])$
>          Open=sndfile-play %f>/dev/null 2>&1&
>          View=%view{ascii} soxi %f
>
> regex/\.([sS][nN][dD])$
>           Open=sndfile-play %f>/dev/null 2>&1&
>           View=%view{ascii} sndfile-info %f
>
> regex/\.([mM][oO][dD]|[sS]3[mM]|[xX][mM]|[iI][tT]|[mM][tT][mM]|669|[sS][tT][mM]|[uU][lL][tT]|[fF][aA][rR])$
>          Open=mikmod %f
>          #Open=tracker %f
>
> regex/\.([mM][pP]3)$
>           Open=mpg123 %f
>           View=%view{ascii} mpg123 -vtn1 %f 2>&1 | sed -n
> '/^Title/,/^Comment/p;/^MPEG/,/^Audio/p'
>
> regex/\.([oO][gG][gG|aA|vV|xX])$
>           Open=ogg123 -d alsa -o use_mmap:yes %f
>           View=%view{ascii} ogginfo %s
>
> regex/\.([sS][pP][xX]|[fF][lL][aA][cC])$
>           Open=play %f
>           View=%view{ascii} soxi %f
>



This does not work here


# WAV
regex/\.(wav|WAV)$
Include=sound

# FLAC
regex/\.(flac|FLAC|fla|FLA)$
Include=sound

# MP3
regex/\.(mp3|MP3)$
Include=sound

# AAC
regex/\.(m4a|M4A)$
Include=sound

# Microsoft ASF
regex/\.(wma|WMA)$
Include=sound

include/sound
	Open=(mplayer %f >/dev/null 2>&1 &)
#(mplayer %f >/dev/null 2>&1 &)
#Open=mplayer -vo null %f


More information about the Linux-audio-user mailing list