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(a)lists.linuxaudio.org
http://lists.linuxaudio.org/listinfo/linux-audio-user
Delivered-To: rosea.grammostola(a)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@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(a)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(a)keycorner.org) smtp.mail=brent(a)keycorner.org; dkim=pass (test mode)
header.i=(a)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(a)keycorner.org>
To: "rosea.grammostola"<rosea.grammostola(a)gmail.com>
cc: Linux-audio-user(a)lists.linuxaudio.org
Subject: Re: [LAU] sample preview program?
In-Reply-To:<50CEE046.1010802@gmail.com>
Message-ID:<alpine.LNX.2.00.1212171315080.16049@village.keycorner.org>
References:<50CEE046.1010802@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