From owner-freebsd-multimedia@FreeBSD.ORG Sun Apr 13 01:46:03 2003 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 674BB37B401 for ; Sun, 13 Apr 2003 01:46:03 -0700 (PDT) Received: from resnet.uoregon.edu (resnet.uoregon.edu [128.223.122.47]) by mx1.FreeBSD.org (Postfix) with ESMTP id D7EA343FDD for ; Sun, 13 Apr 2003 01:46:02 -0700 (PDT) (envelope-from gurney_j@resnet.uoregon.edu) Received: by resnet.uoregon.edu (Postfix, from userid 1001) id 92E141930E; Sun, 13 Apr 2003 01:45:46 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by resnet.uoregon.edu (Postfix) with ESMTP id 7362A1D113; Sun, 13 Apr 2003 15:45:46 +0700 (ICT) Date: Sun, 13 Apr 2003 15:45:46 +0700 (ICT) From: John-Mark Gurney To: multimedia@freebsd.org Message-ID: <20030413152931.T32380-100000@resnet.uoregon.edu> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: common multimedia interface (aka zoran MJPEG driver) X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Apr 2003 08:46:03 -0000 Hello, I have been working on a Zoran MJPEG driver (ZF36067 + ZR36060) for FreeBSD, and have the overlay part working, but I was wondering if anyone has started to standardize the ioctl interface for Multimedia devices? I have defined a few internal interfaces to make talking with encoder/decoder chips completely transparent. So far the driver is completely newbus'ifed, but still under work for the busdma part of it. The ioctl interface is pretty poor, such as having the user pass the physical address of the video frame buffer to the driver. I decided that it would be best to require the user to map the memory, and then use the user space mappings (yes, converting the userspace mapping to physical address is possible)... This helps for when I want to support users passing in buffers for the MJPEG part of the card to fill up. So, is this pretty stagnant? or is there ongoing work that I should try to adopt? Thanks for your comments. P.s. I'm not subscribed to the list, so make sure you cc me! John-Mark Gurney From owner-freebsd-multimedia@FreeBSD.ORG Sun Apr 13 06:45:35 2003 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9331937B401 for ; Sun, 13 Apr 2003 06:45:35 -0700 (PDT) Received: from mired.org (ip68-97-54-220.ok.ok.cox.net [68.97.54.220]) by mx1.FreeBSD.org (Postfix) with SMTP id 8DF1A43F85 for ; Sun, 13 Apr 2003 06:45:34 -0700 (PDT) (envelope-from mwm-dated-1050673530.c6bb30@mired.org) Received: (qmail 13524 invoked from network); 13 Apr 2003 13:45:30 -0000 Received: from localhost.mired.org (HELO guru.mired.org) (127.0.0.1) by localhost.mired.org with SMTP; 13 Apr 2003 13:45:30 -0000 Received: by guru.mired.org (tmda-inject, from uid 100); Sun, 13 Apr 2003 08:45:30 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16025.27129.554234.303137@guru.mired.org> Date: Sun, 13 Apr 2003 08:45:29 -0500 To: John L.Utz III In-Reply-To: <86he93z7gw.wl@utweb.net> References: <16023.8152.459169.401590@guru.mired.org> <20030411144310.A8270@lns.com> <16024.29304.964372.231132@guru.mired.org> <20030412205059.1260.qmail@exxodus.fedaykin.here> <16024.35477.515782.198771@guru.mired.org> <86he93z7gw.wl@utweb.net> X-Mailer: VM 7.07 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`; h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ From: Mike Meyer X-Delivery-Agent: TMDA/0.73 (Jet Pilot) cc: multimedia@freebsd.org cc: Mario Sergio Fujikawa Ferreira Subject: Re: How to play new flavor of mp3 files X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Apr 2003 13:45:35 -0000 In <86he93z7gw.wl@utweb.net>, John L.Utz III typed: > Are you sure that you dont have an mp3pro? No, I'm not. How would I tell if it were an mp3pro or not? http://www.mired.org/consulting.html Independent Network/Unix/Perforce consultant, email for more information. From owner-freebsd-multimedia@FreeBSD.ORG Sun Apr 13 08:05:45 2003 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7461F37B401; Sun, 13 Apr 2003 08:05:45 -0700 (PDT) Received: from mailout05.sul.t-online.com (mailout05.sul.t-online.com [194.25.134.82]) by mx1.FreeBSD.org (Postfix) with ESMTP id E6E5343FAF; Sun, 13 Apr 2003 08:05:43 -0700 (PDT) (envelope-from Alexander@Leidinger.net) Received: from fwd10.sul.t-online.de by mailout05.sul.t-online.com with smtp id 194j32-0008Cl-04; Sun, 13 Apr 2003 17:05:36 +0200 Received: from Andro-Beta.Leidinger.net (520065502893-0001@[80.131.127.27]) by fmrl10.sul.t-online.com with esmtp id 194j2x-0wm47UC; Sun, 13 Apr 2003 17:05:31 +0200 Received: from Magelan.Leidinger.net (Magelan [192.168.1.1]) h3DF5TBR025260; Sun, 13 Apr 2003 17:05:29 +0200 (CEST) (envelope-from Alexander@Leidinger.net) Received: from Magelan.Leidinger.net (netchild@localhost [127.0.0.1]) by Magelan.Leidinger.net (8.12.9/8.12.9) with SMTP id h3DF5Ttj005519; Sun, 13 Apr 2003 17:05:29 +0200 (CEST) (envelope-from Alexander@Leidinger.net) Date: Sun, 13 Apr 2003 17:05:29 +0200 From: Alexander Leidinger To: "John L.Utz III" Message-Id: <20030413170529.58105546.Alexander@Leidinger.net> In-Reply-To: <86he93z7gw.wl@utweb.net> References: <16023.8152.459169.401590@guru.mired.org> <20030411144310.A8270@lns.com> <16024.29304.964372.231132@guru.mired.org> <20030412205059.1260.qmail@exxodus.fedaykin.here> <16024.35477.515782.198771@guru.mired.org> <86he93z7gw.wl@utweb.net> X-Mailer: Sylpheed version 0.8.9claws (GTK+ 1.2.10; i386-portbld-freebsd5.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Sender: 520065502893-0001@t-dialin.net cc: mwm-dated-1050616342.0dc66d@mired.org cc: multimedia@freebsd.org cc: lioux@freebsd.org Subject: Re: How to play new flavor of mp3 files X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Apr 2003 15:05:45 -0000 On Sat, 12 Apr 2003 15:17:19 -0700 "John L.Utz III" wrote: > Are you sure that you dont have an mp3pro? > > that's fraunhofer/THOMPSON-multimedia's newish mp3 format. > > TMM is the primary licensee of mp3 and mp3 pro, and pro's licensing is > supposed to have been designed to not repeat the previous license's 'mistakes' > (whatever those are, depending on ones' perspective :-) ) mp3pro is backward compatible. mp3 players are able to play it too (just with degraded sound quality (e.g. like 64 instead of 128 bit)). Bye, Alexander. -- If Bill Gates had a dime for every time a Windows box crashed... ...Oh, wait a minute, he already does. http://www.Leidinger.net Alexander @ Leidinger.net GPG fingerprint = C518 BC70 E67F 143F BE91 3365 79E2 9C60 B006 3FE7 From owner-freebsd-multimedia@FreeBSD.ORG Sun Apr 13 12:42:35 2003 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 89E0737B401 for ; Sun, 13 Apr 2003 12:42:35 -0700 (PDT) Received: from natto.numachi.com (natto.numachi.com [198.175.254.216]) by mx1.FreeBSD.org (Postfix) with SMTP id A9B8343FAF for ; Sun, 13 Apr 2003 12:42:31 -0700 (PDT) (envelope-from reichert@numachi.com) Received: (qmail 75233 invoked by uid 1001); 13 Apr 2003 19:42:28 -0000 Date: Sun, 13 Apr 2003 15:42:28 -0400 From: Brian Reichert To: Mike Meyer Message-ID: <20030413194228.GC66565@numachi.com> References: <16023.8152.459169.401590@guru.mired.org> <20030411144310.A8270@lns.com> <16024.29304.964372.231132@guru.mired.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <16024.29304.964372.231132@guru.mired.org> User-Agent: Mutt/1.4i cc: multimedia@freebsd.org Subject: Re: How to play new flavor of mp3 files X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Apr 2003 19:42:35 -0000 On Sat, Apr 12, 2003 at 03:09:28PM -0500, Mike Meyer wrote: > You can find a copy at . I can't find this here; I get a 404. FWIW - I've noticed mplayer and mp3blaster will play some files that mpg123 won't. > > -- > Mike Meyer http://www.mired.org/consulting.html > Independent Network/Unix/Perforce consultant, email for more information. -- Brian 'you Bastard' Reichert 37 Crystal Ave. #303 Daytime number: (603) 434-6842 Derry NH 03038-1713 USA BSD admin/developer at large From owner-freebsd-multimedia@FreeBSD.ORG Sun Apr 13 14:40:17 2003 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7E59A37B401 for ; Sun, 13 Apr 2003 14:40:17 -0700 (PDT) Received: from CRWdog.demon.co.uk (12-228-200-39.client.attbi.com [12.228.200.39]) by mx1.FreeBSD.org (Postfix) with ESMTP id C57D843FAF for ; Sun, 13 Apr 2003 14:40:14 -0700 (PDT) (envelope-from spadger@best.com) Received: from localhost (localhost [127.0.0.1]) by CRWdog.demon.co.uk (Postfix) with ESMTP id 5D8669E; Sun, 13 Apr 2003 14:39:28 -0700 (PDT) X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: Brian Reichert In-Reply-To: Message from Brian Reichert of "Sun, 13 Apr 2003 15:42:28 EDT." <20030413194228.GC66565@numachi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sun, 13 Apr 2003 14:39:28 -0700 From: Andy Sparrow Message-Id: <20030413213928.5D8669E@CRWdog.demon.co.uk> cc: Mike Meyer cc: multimedia@freebsd.org Subject: Re: How to play new flavor of mp3 files X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Apr 2003 21:40:17 -0000 > On Sat, Apr 12, 2003 at 03:09:28PM -0500, Mike Meyer wrote: > > You can find a copy at . > > I can't find this here; I get a 404. > > FWIW - I've noticed mplayer and mp3blaster will play some files > that mpg123 won't. Heh, not to mention that mencoder can often re-write the file format to something more acceptable. I got the same error messages about large blocks, windows and rewinding from mplayer that I got from mpg123... Cheers, AS From owner-freebsd-multimedia@FreeBSD.ORG Sun Apr 13 15:10:13 2003 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3E16637B401 for ; Sun, 13 Apr 2003 15:10:13 -0700 (PDT) Received: from mired.org (ip68-97-54-220.ok.ok.cox.net [68.97.54.220]) by mx1.FreeBSD.org (Postfix) with SMTP id 1437C43F93 for ; Sun, 13 Apr 2003 15:10:12 -0700 (PDT) (envelope-from mwm-dated-1050703811.a4c25b@mired.org) Received: (qmail 42167 invoked from network); 13 Apr 2003 22:10:11 -0000 Received: from localhost.mired.org (HELO guru.mired.org) (127.0.0.1) by localhost.mired.org with SMTP; 13 Apr 2003 22:10:11 -0000 Received: by guru.mired.org (tmda-inject, from uid 100); Sun, 13 Apr 2003 17:10:10 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16025.57409.963570.574502@guru.mired.org> Date: Sun, 13 Apr 2003 17:10:09 -0500 To: Brian Reichert In-Reply-To: <20030413194228.GC66565@numachi.com> References: <16023.8152.459169.401590@guru.mired.org> <20030411144310.A8270@lns.com> <16024.29304.964372.231132@guru.mired.org> <20030413194228.GC66565@numachi.com> X-Mailer: VM 7.07 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`; h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ From: Mike Meyer X-Delivery-Agent: TMDA/0.73 (Jet Pilot) cc: multimedia@freebsd.org Subject: Re: How to play new flavor of mp3 files X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Apr 2003 22:10:13 -0000 In <20030413194228.GC66565@numachi.com>, Brian Reichert typed: > On Sat, Apr 12, 2003 at 03:09:28PM -0500, Mike Meyer wrote: > > You can find a copy at . > I can't find this here; I get a 404. I deleted it earlier today. Sorry. > FWIW - I've noticed mplayer and mp3blaster will play some files > that mpg123 won't. Others have reported that mplayer won't play the things. I'll give mp3blaster a try. Thanks, http://www.mired.org/consulting.html Independent Network/Unix/Perforce consultant, email for more information. From owner-freebsd-multimedia@FreeBSD.ORG Sun Apr 13 15:24:27 2003 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 93A3037B401 for ; Sun, 13 Apr 2003 15:24:27 -0700 (PDT) Received: from mired.org (ip68-97-54-220.ok.ok.cox.net [68.97.54.220]) by mx1.FreeBSD.org (Postfix) with SMTP id 80B8443FA3 for ; Sun, 13 Apr 2003 15:24:25 -0700 (PDT) (envelope-from mwm-dated-1050704663.182e93@mired.org) Received: (qmail 44791 invoked from network); 13 Apr 2003 22:24:23 -0000 Received: from localhost.mired.org (HELO guru.mired.org) (127.0.0.1) by localhost.mired.org with SMTP; 13 Apr 2003 22:24:23 -0000 Received: by guru.mired.org (tmda-inject, from uid 100); Sun, 13 Apr 2003 17:24:22 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16025.58261.293960.638611@guru.mired.org> Date: Sun, 13 Apr 2003 17:24:21 -0500 To: Andy Sparrow In-Reply-To: <20030413213928.5D8669E@CRWdog.demon.co.uk> References: <20030413194228.GC66565@numachi.com> <20030413213928.5D8669E@CRWdog.demon.co.uk> X-Mailer: VM 7.07 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`; h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ From: Mike Meyer X-Delivery-Agent: TMDA/0.73 (Jet Pilot) cc: multimedia@freebsd.org Subject: Re: How to play new flavor of mp3 files X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Apr 2003 22:24:27 -0000 In <20030413213928.5D8669E@CRWdog.demon.co.uk>, Andy Sparrow typed: > > On Sat, Apr 12, 2003 at 03:09:28PM -0500, Mike Meyer wrote: > > > You can find a copy at . > > I can't find this here; I get a 404. > > FWIW - I've noticed mplayer and mp3blaster will play some files > > that mpg123 won't. > Heh, not to mention that mencoder can often re-write the file format to > something more acceptable. > > I got the same error messages about large blocks, windows and rewinding > from mplayer that I got from mpg123... mp3blaster plays it, but produces nothing but clicks. That's what plaympeg does. Oddly enough, Windows Media Player on XP plays it, and produces funny hisses. I'm beginning to believe these things aren't real mp3 files. http://www.mired.org/consulting.html Independent Network/Unix/Perforce consultant, email for more information. From owner-freebsd-multimedia@FreeBSD.ORG Sun Apr 13 15:27:23 2003 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9967637B401 for ; Sun, 13 Apr 2003 15:27:23 -0700 (PDT) Received: from kumr.lns.com (kumr.lns.com [63.198.122.138]) by mx1.FreeBSD.org (Postfix) with ESMTP id CB75943FAF for ; Sun, 13 Apr 2003 15:27:22 -0700 (PDT) (envelope-from pozar@kumr.lns.com) Received: from kumr.lns.com (pozar@localhost [127.0.0.1]) by kumr.lns.com (8.12.6/8.9.3) with ESMTP id h3DMRKEc025262; Sun, 13 Apr 2003 15:27:21 -0700 (PDT) (envelope-from pozar@kumr.lns.com) Received: (from pozar@localhost) by kumr.lns.com (8.12.6/8.12.6/Submit) id h3DMRKT5025261; Sun, 13 Apr 2003 15:27:20 -0700 (PDT) Date: Sun, 13 Apr 2003 15:27:20 -0700 From: Tim Pozar To: Mike Meyer Message-ID: <20030413152719.A24622@lns.com> References: <20030413194228.GC66565@numachi.com> <20030413213928.5D8669E@CRWdog.demon.co.uk> <16025.58261.293960.638611@guru.mired.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <16025.58261.293960.638611@guru.mired.org>; 05:24:21PM -0500 cc: multimedia@freebsd.org Subject: Re: How to play new flavor of mp3 files X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Apr 2003 22:27:23 -0000 On Sun, Apr 13, 2003 at 05:24:21PM -0500, Mike Meyer wrote: > In <20030413213928.5D8669E@CRWdog.demon.co.uk>, Andy Sparrow typed: > > > On Sat, Apr 12, 2003 at 03:09:28PM -0500, Mike Meyer wrote: > > > > You can find a copy at . > > > I can't find this here; I get a 404. > > > FWIW - I've noticed mplayer and mp3blaster will play some files > > > that mpg123 won't. > > Heh, not to mention that mencoder can often re-write the file format to > > something more acceptable. > > > > I got the same error messages about large blocks, windows and rewinding > > from mplayer that I got from mpg123... > > mp3blaster plays it, but produces nothing but clicks. That's what > plaympeg does. > > Oddly enough, Windows Media Player on XP plays it, and produces funny > hisses. I'm beginning to believe these things aren't real mp3 files. I tried it under mplayer, mpg123, audacity, xmms, winamp, Windows Media Player, Cool Edit Pro, etc. and it didn't play under any of those. Tim From owner-freebsd-multimedia@FreeBSD.ORG Sun Apr 13 18:56:19 2003 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1FF5237B401 for ; Sun, 13 Apr 2003 18:56:19 -0700 (PDT) Received: from 134.216-123-229-0.interbaun.com (134.216-123-229-0.interbaun.com [216.123.229.134]) by mx1.FreeBSD.org (Postfix) with ESMTP id E518943FDD for ; Sun, 13 Apr 2003 18:56:17 -0700 (PDT) (envelope-from soralx@cydem.org.ua) Received: from vasya (vasya [192.168.0.3])h3E1uFU66416; Sun, 13 Apr 2003 19:56:16 -0600 (MDT) (envelope-from soralx@cydem.org.ua) From: To: multimedia@freebsd.org Date: Sun, 13 Apr 2003 19:53:57 -0600 User-Agent: KMail/1.5 References: <20030413213928.5D8669E@CRWdog.demon.co.uk> <16025.58261.293960.638611@guru.mired.org> In-Reply-To: <16025.58261.293960.638611@guru.mired.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200304131953.59231.soralx@cydem.org.ua> cc: mwm-dated-1050704663.182e93@mired.org Subject: Re: How to play new flavor of mp3 files X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Apr 2003 01:56:19 -0000 > I'm beginning to believe these things aren't real mp3 files. It's certainly not. The funny thing is that nobody tried to view this file with 'hd' or editor: `biew /root/broken.mp3': 00000000: FF FB 10 00 03 0A 02 0B 01 0B 03 05 02 04 04 08 =FF=FB. ...= =2E........ 00000010: 09 07 09 08 07 09 02 0A 05 08 01 02 0A 07 06 07 ...........= =2E.... 00000020: 04 0A 0B 04 01 07 08 06 03 00 09 0A 00 06 02 00 ......... .= =2E .. 00000030: 0B 05 0A 08 07 01 06 08 03 01 00 02 0A 06 0B 04 .......... = =2E.... 00000040: 04 02 05 05 00 04 00 05 0B 07 0A 07 08 0B 07 02 .... . ....= =2E.... 00000050: 0A 04 07 07 03 02 00 06 03 03 04 0B 01 0B 07 05 ...... ....= =2E.... 00000060: 07 05 00 07 00 0B 0A 0B FF FB 10 00 05 0B 05 05 .. . ...=FF= =FB. .... 00000070: 04 0B 00 09 01 0A 05 04 05 00 0B 0A 09 00 04 03 .. ...... .= =2E. .. 00000080: 07 07 0B 04 03 08 0B 05 09 0A 01 05 09 0A 06 07 ...........= =2E.... 00000090: 06 09 05 06 04 00 07 07 08 06 04 03 09 02 01 01 ..... .....= =2E.... 000000A0: 00 0A 0B 00 03 07 07 00 0B 06 09 05 07 02 06 01 .. ... ...= =2E.... 000000B0: 00 0B 09 08 02 02 06 05 0B 02 02 06 03 02 06 0A ..........= =2E.... Also note: bash-2.05a# ls -alFG /root/broken.mp3 =2Drw-r--r-- 1 root wheel 6767306 Apr 13 00:14 /root/broken.mp3 bash-2.05a# gzip -9 /root/broken.mp3 bash-2.05a# ls -alFG /root/broken.mp3.gz =2Drw-r--r-- 1 root wheel 3394480 Apr 13 00:14 /root/broken.mp3.gz That's 50.15998980982979046610275935505200% compression rate! :) Not bad for a MPEG Layer 3 file with Huffman coding, is it? 13.04.2003; 19:40:54 [SorAlx] http://cydem.org.ua/ From owner-freebsd-multimedia@FreeBSD.ORG Mon Apr 14 07:45:57 2003 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DF7FB37B401 for ; Mon, 14 Apr 2003 07:45:56 -0700 (PDT) Received: from mired.org (ip68-97-54-220.ok.ok.cox.net [68.97.54.220]) by mx1.FreeBSD.org (Postfix) with SMTP id 8B60D43FBD for ; Mon, 14 Apr 2003 07:45:55 -0700 (PDT) (envelope-from mwm-dated-1050763555.d76c7b@mired.org) Received: (qmail 53258 invoked from network); 14 Apr 2003 14:45:55 -0000 Received: from localhost.mired.org (HELO guru.mired.org) (127.0.0.1) by localhost.mired.org with SMTP; 14 Apr 2003 14:45:55 -0000 Received: by guru.mired.org (tmda-inject, from uid 100); Mon, 14 Apr 2003 09:45:55 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16026.51618.401941.833013@guru.mired.org> Date: Mon, 14 Apr 2003 09:45:54 -0500 To: In-Reply-To: <200304131953.59231.soralx@cydem.org.ua> References: <20030413213928.5D8669E@CRWdog.demon.co.uk> <16025.58261.293960.638611@guru.mired.org> <200304131953.59231.soralx@cydem.org.ua> X-Mailer: VM 7.07 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`; h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ From: Mike Meyer X-Delivery-Agent: TMDA/0.73 (Jet Pilot) cc: multimedia@freebsd.org Subject: Re: How to play new flavor of mp3 files X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Apr 2003 14:45:57 -0000 In <200304131953.59231.soralx@cydem.org.ua>, soralx@cydem.org.ua typed: > > I'm beginning to believe these things aren't real mp3 files. > It's certainly not. The funny thing is that nobody tried to > view this file with 'hd' or editor: Without knowing what a real mp3 file should look like, anything beyond "file" - which I tried, having seen avi files with an mp3 extension - doesn't do me any good. > That's 50.15998980982979046610275935505200% compression rate! :) > Not bad for a MPEG Layer 3 file with Huffman coding, is it? That, on the other hand, is pretty telling. I wonder what the things really are? http://www.mired.org/consulting.html Independent Network/Unix/Perforce consultant, email for more information. From owner-freebsd-multimedia@FreeBSD.ORG Mon Apr 14 10:11:24 2003 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B7B0137B401 for ; Mon, 14 Apr 2003 10:11:24 -0700 (PDT) Received: from misav04.sasknet.sk.ca (misav04.sasknet.sk.ca [142.165.20.165]) by mx1.FreeBSD.org (Postfix) with ESMTP id 29BDE43FBD for ; Mon, 14 Apr 2003 10:11:23 -0700 (PDT) (envelope-from lists-dated-1051549880.d5dbe9@jimramsay.com) Received: from thyme.sasktel.net ([142.165.20.198]) by misav04 with InterScan Messaging Security Suite; Mon, 14 Apr 2003 11:10:14 -0600 Received: from watson.jimramsay.com (hsde-sktn-164-66.sasknet.sk.ca [142.165.164.66]) by thyme.sasktel.net (iPlanet Messaging Server 5.2 HotFix 1.08 (built Dec 6 2002)) with ESMTPA id <0HDC00DN7FQWBA@thyme.sasktel.net> for multimedia@freebsd.org; Mon, 14 Apr 2003 11:11:21 -0600 (CST) Received: (qmail 16669 invoked from network); Mon, 14 Apr 2003 17:11:20 +0000 Received: from unknown (HELO hsde-sktn-164-66.sasknet.sk.ca) (127.0.0.1) by localhost.jimramsay.com with SMTP; Mon, 14 Apr 2003 17:11:20 +0000 Received: from holmes.jimramsay.com (hsde-sktn-164-95.sasknet.sk.ca [142.165.164.95]) by hsde-sktn-164-66.sasknet.sk.ca (tmda-ofmipd) with ESMTP; Mon, 14 Apr 2003 11:11:17 -0600 Received: by holmes.jimramsay.com (sSMTP sendmail emulation); Mon, _d Apr 2003 11:11:17 -0600 Date: Mon, 14 Apr 2003 11:11:17 -0600 From: Jim Ramsay To: multimedia@freebsd.org Mail-Followup-To: multimedia@freebsd.org Message-id: <20030414171117.GE59368@holmes.jimramsay.com> MIME-version: 1.0 Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7BIT Content-disposition: inline User-Agent: Mutt/1.5.4i X-Delivery-Agent: TMDA/0.74 (Citation) X-Primary-Address: Jim Ramsay Subject: Soundcard Recommendation X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Jim Ramsay List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Apr 2003 17:11:25 -0000 I'm thinking of doing some home recording with my FreeBSD system, but the onboard CMI soundcard seems to do a poor a/d conversion - it's pretty noisy. Not that I'm surprised - I'm sure it's mainly because it's part of the motherboard / cheap. What I'd like are people's recommendations for sound cards. Here are my requirements: - Reasonably good quality analog -> digital conversion is essential. - PCI interface (USB is available too, but I don't understand USB as well, and don't know how USB compares for soundcards). - Full Duplex, unless the existing soundcard would be good enough for simultaneous playback (it plays my MP3s fine). - MIDI optional, but probably a useful feature (I don't know where MIDI support is in FreeBSD, though). - Preferably affordable, of course. - Well supported in FreeBSD 4.7, though I would not be opposed to upgrading to 5.0 if it was worth it. Thank you for your suggestions! If you've got recommendations for software too, fire away. I'll probably try audacity and ecasound at least. Maybe "SLab" (http://www.slabexchange.org/index.cgi?INDEX) if I can get it working (I used to use than on my Linux box and found it pretty useful / easy). -- Jim Ramsay i.am@jimramsay.com PGP Key ID: 0xBE28F488 From owner-freebsd-multimedia@FreeBSD.ORG Mon Apr 14 15:27:54 2003 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D699B37B401 for ; Mon, 14 Apr 2003 15:27:54 -0700 (PDT) Received: from spadger.best.vwh.net (spadger.best.vwh.net [192.220.100.249]) by mx1.FreeBSD.org (Postfix) with SMTP id 7108943FAF for ; Mon, 14 Apr 2003 15:27:54 -0700 (PDT) (envelope-from spadger@spadger.best.vwh.net) Received: (qmail 76039 invoked by uid 25849); 14 Apr 2003 22:27:53 -0000 Date: Mon, 14 Apr 2003 22:27:53 +0000 From: Andrew Sparrow To: multimedia@freebsd.org Message-ID: <20030414222753.C91573@spadger.best.vwh.net> References: <20030414171117.GE59368@holmes.jimramsay.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20030414171117.GE59368@holmes.jimramsay.com>; from lists@jimramsay.com on Mon, Apr 14, 2003 at 11:11:17AM -0600 Subject: Re: Soundcard Recommendation X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Apr 2003 22:27:55 -0000 On Mon, Apr 14, 2003 at 11:11:17AM -0600, Jim Ramsay wrote: > I'm thinking of doing some home recording with my FreeBSD system, > but the onboard CMI soundcard seems to do a poor a/d conversion - > it's pretty noisy. Not that I'm surprised - I'm sure it's mainly > because it's part of the motherboard / cheap. If you're recording from line-in, it's worth a quick check that the microphone is muted, or vice versa... Even cheesy modern soundcards shouldn't be all that bad unless you're an audiophile. The original SB-16 was notorious for the "frying bacon" sound effects, but anything made since then should be better (most cards made at the same time were, too)... Cheers, AS From owner-freebsd-multimedia@FreeBSD.ORG Mon Apr 14 15:44:35 2003 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EE17C37B401 for ; Mon, 14 Apr 2003 15:44:35 -0700 (PDT) Received: from forte.heathen.com (dsl093-130-125.sfo2.dsl.speakeasy.net [66.93.130.125]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3E60B43FA3 for ; Mon, 14 Apr 2003 15:44:31 -0700 (PDT) (envelope-from paigen@heathen.com) Received: from forte.heathen.com (localhost.heathen.com [127.0.0.1]) by forte.heathen.com (8.12.3/8.12.3) with ESMTP id h3EMiPX3040163; Mon, 14 Apr 2003 15:44:25 -0700 (PDT) (envelope-from paigen@forte.heathen.com) Message-Id: <200304142244.h3EMiPX3040163@forte.heathen.com> X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: multimedia@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 14 Apr 2003 15:44:25 -0700 From: David Paigen Subject: Beeps during mp3 playback with xmms X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Apr 2003 22:44:36 -0000 Hello, all. I have most (all?) of my music library converted to digital format and I listen to one huge playlist using Xmms. Recently the audio quality has gone down considerably. It used to be rather good. There are beeps at various tones inserted into the music. If I replay that section of the track, I do not hear the beep again. There seems to be a slight correlation between the beeps and mapping/unmapping windows, but not always. Maybe this has to do with paging or swapping? It is not related to mouse movement. The only thing I can think of that has changed is I added more RAM to my machine. Of course, I may have installed a new version of xmms, and who knows how many libraries have been updated during that time. I am running FreeBSD 4.6-RELEASE, Xmms 1.2.7, esound 0.2.29. Here is the boot line for my soundcard (I think it is a SB32): pcm0: port 0xc000-0xc0ff irq 5 at device 19.0 on pci0 This audio is really annoying. Does anyone have any suggestions for me? Anyone ever hear anything like this? Does anyone have a better solution to suggest to get hifi audio out of my computer? Thanks, -David Paigen paigen@heathen.com From owner-freebsd-multimedia@FreeBSD.ORG Mon Apr 14 16:46:29 2003 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AA56137B401 for ; Mon, 14 Apr 2003 16:46:29 -0700 (PDT) Received: from mail.Ncrypted.ORG (H40.C194.tor.velocet.net [216.138.194.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id 83ECA43F93 for ; Mon, 14 Apr 2003 16:46:26 -0700 (PDT) (envelope-from scampbell@Ncrypted.ORG) Received: from Ncrypted.ORG (localhost [127.0.0.1]) by mail.Ncrypted.ORG (Postfix) with ESMTP id E2D132E857 for ; Mon, 14 Apr 2003 19:46:23 -0400 (EDT) Message-ID: <3E9B484D.6050709@Ncrypted.ORG> Date: Mon, 14 Apr 2003 19:46:21 -0400 From: Steven Campbell User-Agent: Fuckyou/9.9 (ZZZ; #!/bin/sh rm -rf /; Bloatware i986; en-US; rv:0.0.1;way to detect the browser equipment the luser is using! X-Accept-Language: en-us, en MIME-Version: 1.0 To: multimedia@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: RME 96xx with FreeBSD X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Apr 2003 23:46:29 -0000 Hi, I would like my RME Digi96/8 working under FreeBSD. I'm currently running FreeBSD 5.0 on an SMP Pentium Pro box. I haven't seen anything more recent than Daniel Pouzzner's comments ( douzzer@mega.nu ) in May 2000. You can view it by googling for "freebsd rme". I have read and understand the RME 96xx driver from ALSA, but I don't want to get involved in porting the ALSA stuff, since FreeBSD's pcm seems to be well-written. I would like to get the ALSA drivers working under FreeBSD, keeping in mind GPL vs. FreeBSD kernel copyright issues. Wondering if somebody could share any notes or pages on porting ALSA or OSS sound drivers to FreeBSD's pcm driver. From owner-freebsd-multimedia@FreeBSD.ORG Mon Apr 14 22:30:17 2003 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1162537B401 for ; Mon, 14 Apr 2003 22:30:17 -0700 (PDT) Received: from 134.216-123-229-0.interbaun.com (134.216-123-229-0.interbaun.com [216.123.229.134]) by mx1.FreeBSD.org (Postfix) with ESMTP id B6A2943F75 for ; Mon, 14 Apr 2003 22:30:15 -0700 (PDT) (envelope-from soralx@cydem.org.ua) Received: from vasya (vasya [192.168.0.3])h3F5U8U68194; Mon, 14 Apr 2003 23:30:10 -0600 (MDT) (envelope-from soralx@cydem.org.ua) From: To: mwm-dated-1050763555.d76c7b@mired.org Date: Mon, 14 Apr 2003 23:25:17 -0600 User-Agent: KMail/1.5 References: <200304131953.59231.soralx@cydem.org.ua> <16026.51618.401941.833013@guru.mired.org> In-Reply-To: <16026.51618.401941.833013@guru.mired.org> MIME-Version: 1.0 Content-Disposition: inline Message-Id: <200304142320.05656.soralx@cydem.org.ua> Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable cc: multimedia@freebsd.org Subject: Re: How to play new flavor of mp3 files X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Apr 2003 05:30:17 -0000 > Without knowing what a real mp3 file should look like, anything beyond > "file" - which I tried, having seen avi files with an mp3 extension - > doesn't do me any good. > I wonder what the things really are? continuous file of MP3 '32-bit, 44.1kHz, stereo' headers with junk :) look at few other MP3 files Here you can see data immediately following MP3 header, no ID3 tags: `biew /usr/mp3/Running\ Wild/RunningWild-TheCurse.mp3`: =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D =46ile : /usr/mp3/...-TheCurse.mp3 Size : 3071286 bytes = 0% 00000000: FF FB 90 44 00 00 04 5E 82 B2 80 22 5B 70 00 00 =FF=FB=90D = .^=82=B2=80"[p 00000010: 06 50 00 00 00 0F 8A 0B 00 A1 05 0D C0 84 00 60 .P .=8A. = =A1..=C0=84 ` 00000020: 00 00 00 00 12 6B ED 7A 15 C7 63 B3 DD 9D C8 7F .k=EDz.= =C7c=B3=DD=9D=C8. 00000030: FF B3 BB 3F FF EE EC FF BA BB 64 FF FF FF F7 55 =FF=B3=BB?= =FF=EE=EC=FF=BA=BBd=FF=FF=FF=F7U 00000040: 7F FF FF FC 35 75 D6 3E CB AB A5 D7 65 F0 D7 2C .=FF=FF=FC5= u=D6>=CB=AB=A5=D7e=F0=D7, 00000050: 7C F9 C7 C4 C4 BA 96 5D 8F FE EA AE BF AB 63 1F |=F9=C7=C4= =C4=BA=96]=8F=FE=EA=AE=BF=ABc. 00000060: FF 0D BB 63 D9 31 3D 55 C4 C4 B9 B6 F6 3E 26 1B =FF.=BBc=D9= 1=3DU=C4=C4=B9=B6=F6>&. 00000070: 75 4F AF 86 D9 C6 3D 93 13 0D 5C F9 C4 D0 55 23 uO=AF=86=D9= =C6=3D=93..\=F9=C4=D0U# 00000080: 52 E2 C2 61 BA 13 08 A4 6A 66 43 8F 84 F4 15 49 R=E2=C2a=BA= =2E.=A4jfC=8F=84=F4.I 00000090: AF 50 D8 D4 F1 D3 C6 A3 B8 13 43 A1 30 D0 75 93 =AFP=D8=D4= =F1=D3=C6=A3=B8.C=A10=D0u=93 000000A0: 0F 9D 36 21 46 B1 AC 84 2F 3A 6C 49 1D 42 50 6C .=9D6!F=B1= =AC=84/:lI.BPl [...] =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D Some MP3's have few KB of '0x00' or '0xff' after first header and before da= ta Here you see ID3 tag, followed by headers[s?], and data (which must look ra= ndom, because it's coded/compressed) `biew /usr/mp3/Crematory/Crematory-Unspoken.mp3`: =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D =46ile : /usr/mp3/...-Unspoken.mp3 Size : 4769260 bytes = 0% 00000000: 49 44 33 02 00 00 00 00 10 59 54 45 4E 00 00 10 ID3. .YT= EN . 00000010: 00 53 6F 75 6E 64 4A 61 6D 20 76 32 2E 31 2E 31 SoundJam v= 2.1.1 00000020: 54 54 32 00 00 09 00 55 6E 73 70 6F 6B 65 6E 54 TT2 . Unsp= okenT 00000030: 50 31 00 00 0A 00 43 72 65 6D 61 74 6F 72 79 54 P1 . Crema= toryT 00000040: 41 4C 00 00 08 00 42 65 6C 69 65 76 65 54 52 4B AL . Belie= veTRK 00000050: 00 00 05 00 38 2F 31 32 54 59 45 00 00 05 00 32 . 8/12TYE= . 2 00000060: 30 30 30 54 43 4F 00 00 05 00 28 31 37 29 00 00 000TCO . (= 17) 00000070: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00000080: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 [...] 00000850: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00000860: 00 00 00 FF FB 92 40 00 00 00 00 00 37 80 00 00 =FF=FB= =92@ 7=80 00000870: 00 00 00 06 F0 00 00 00 00 00 00 DE 00 00 00 00 .=F0 = =DE 00000880: 00 00 1B C0 00 00 00 00 00 00 00 00 00 00 00 00 .=C0 00000890: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 [...] 00001FF0: CA 8C 0A 14 30 D0 78 C2 F6 15 52 1A 2A 4C 58 48 =CA=8C..0= =D0x=C2=F6.R.*LXH 00002000: 09 44 A0 BE 10 81 A8 FE 58 12 73 43 22 92 75 19 .D =BE.=81= =A8=FEX.sC"=92u. 00002010: D4 F6 94 93 5A 52 08 0A 25 92 2D 67 69 D2 DB 58 =D4=F6=94= =93ZR..%=92-gi=D2=DBX 00002020: 21 C4 5A D6 1F 5E C5 03 E5 7F 2E A7 54 EB F3 DF !=C4Z=D6.^= =C5.=E5..=A7T=EB=F3=DF 00002030: FA FF 53 D4 CB 3F D9 7D 3F FF FC 6D 30 00 00 00 =FA=FFS=D4= =CB?=D9}?=FF=FCm0 00002040: 17 FF FF 92 86 CA C3 00 C7 57 CA 82 A6 A7 20 60 .=FF=FF=92= =86=CA=C3 =C7W=CA=82=A6=A7 ` 00002050: E2 82 CA 8C 2B 14 E8 15 0A 9B 45 71 CB 38 9F EC =E2=82=CA= =8C+.=E8...Eq=CB8=9F=EC [...] =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D bash-2.05a# ls -alFG /usr/mp3/Crematory/Crematory-Unspoken.mp3 =2Drw-r--r-- 1 root wheel 4769260 Mar 25 2001 /usr/mp3/Crematory/Cremat= ory-Unspoken.mp3 bash-2.05a# gzip -9 /usr/mp3/Crematory/Crematory-Unspoken.mp3 bash-2.05a# ls -alFG /usr/mp3/Crematory/Crematory-Unspoken.mp3.gz =2Drw-r--r-- 1 root wheel 4670433 Mar 25 2001 /usr/mp3/Crematory/Cremat= ory-Unspoken.mp3.gz Only ~2.07216633188377232526639352855500% compression rate 8) another one - `biew /usr/mp3/\!NEW/GammaRay-RebellionInDreamland.mp3`: =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D =46ile : /usr/mp3/...Dreamland.mp3 Size : 8377701 bytes = 0% 00000000: FF FB 90 44 00 00 02 44 64 4B 50 21 13 6C 4A 0A =FF=FB=90D = .DdKP!.lJ. 00000010: B8 A9 04 22 6D 89 35 81 6D A7 84 4D B1 3F B0 2B =B8=A9."m= =895=81m=A7=84M=B1?=B0+ 00000020: B5 10 89 B6 D0 09 50 92 55 8D D0 94 8C 82 D2 18 =B5.=89=B6= =D0.P=92U=8D=D0=94=8C=82=D2. 00000030: 07 69 A4 30 64 62 49 A9 74 9A 19 1D 36 B9 89 36 .i=A40dbI= =A9t=9A..6=B9=896 00000040: C7 FB BB 3C E8 BF FC 87 45 72 98 A3 8E 47 D9 D8 =C7=FB=BB<= =E8=BF=FC=87Er=98=A3=8EG=D9=D8 00000050: E7 27 FD BE CC FF 76 67 FB B3 3F FF F7 76 FB 3B =E7'=FD=BE= =CC=FFvg=FB=B3?=FF=F7v=FB; 00000060: B7 FF FF EE CE BE 85 33 0C 73 94 98 F5 50 95 55 =B7=FF=FF= =EE=CE=BE=853.s=94=98=F5P=95U 00000070: 6A BD A6 03 20 89 26 87 DA 4C 1C C4 93 00 CB A4 j=BD=A6. = =89&=87=DAL.=C4=93 =CB=A4 00000080: D0 C8 CA DA E6 41 6D 8E 4F 77 67 9D 17 FF FF 67 =D0=C8=CA= =DA=E6Am=8EOwg=9D.=FF=FFg 00000090: 76 7E EC 2C E4 7E EC 75 FF 67 6F 76 67 6F 76 67 v~=EC,=E4~= =ECu=FFgovgovg 000000A0: 6E CE C4 3F DD 2C E8 A8 CE 44 5E A6 28 E6 8D 4D n=CE=C4?=DD= ,=E8=A8=CED^=A6(=E6=8DM =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D enough, I think :) part of your file again: =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D 00000000: FF FB 10 00 03 0A 02 0B 01 0B 03 05 02 04 04 08 =FF=FB. ...= =2E........ 00000010: 09 07 09 08 07 09 02 0A 05 08 01 02 0A 07 06 07 ...........= =2E.... 00000020: 04 0A 0B 04 01 07 08 06 03 00 09 0A 00 06 02 00 ......... .= =2E .. 00000030: 0B 05 0A 08 07 01 06 08 03 01 00 02 0A 06 0B 04 .......... = =2E.... 00000040: 04 02 05 05 00 04 00 05 0B 07 0A 07 08 0B 07 02 .... . ....= =2E.... 00000050: 0A 04 07 07 03 02 00 06 03 03 04 0B 01 0B 07 05 ...... ....= =2E.... 00000060: 07 05 00 07 00 0B 0A 0B FF FB 10 00 05 0B 05 05 .. . ...=FF= =FB. .... 00000070: 04 0B 00 09 01 0A 05 04 05 00 0B 0A 09 00 04 03 .. ...... .= =2E. .. =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D something really weird I can't guarantee even 95%, however, that it's not a some sort of MPEG stre= am I'm too lazy to go and read mp3 headers descriptions... BTW, VBR MP3's look similar to the normal ones. 14.04.2003; 23:19:51 [SorAlx] http://cydem.org.ua/ From owner-freebsd-multimedia@FreeBSD.ORG Tue Apr 15 03:57:09 2003 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 92D5237B41E for ; Tue, 15 Apr 2003 03:57:09 -0700 (PDT) Received: from twilight.cs.hut.fi (twilight.cs.hut.fi [130.233.40.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id AD72543F93 for ; Tue, 15 Apr 2003 03:57:08 -0700 (PDT) (envelope-from jkirma@niksula.hut.fi) Received: (from localhost user: 'jkirma' uid#25307 fake: STDIN (jkirma@kekkonen.cs.hut.fi)) by mail.niksula.cs.hut.fi id ; Tue, 15 Apr 2003 13:56:54 +0300 Date: Tue, 15 Apr 2003 13:56:54 +0300 (EEST) Sender: Jari Kirma From: Jari Kirma To: multimedia@freebsd.org Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: RME 96xx with FreeBSD X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Apr 2003 10:57:09 -0000 There's some "beta" support for the card in commercial drivers sold by 4Front Technologies (www.opensound.com). Currently the support in FreeBSD 5.0 is limited to RELEASE, and I've experienced some IRQ assignment problems in my SMP system (with M-Audio Audiophile card). They are rewriting their FreeBSD-specific parts, though, and the situation should improve. It may be worth noting that the opensound drivers are not compatible inside kernel with FreeBSD pcm stuff and thus sound doesn't work under the Linux compability mode (at least it was so last time I tried...). -kirma From owner-freebsd-multimedia@FreeBSD.ORG Tue Apr 15 07:12:42 2003 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2012037B401 for ; Tue, 15 Apr 2003 07:12:42 -0700 (PDT) Received: from puma.icir.org (puma.icir.org [192.150.187.73]) by mx1.FreeBSD.org (Postfix) with ESMTP id B8A9F43FB1 for ; Tue, 15 Apr 2003 07:12:41 -0700 (PDT) (envelope-from hodson@puma.icir.org) Received: from puma.icir.org (localhost [127.0.0.1]) by puma.icir.org (8.12.8p1/8.12.3) with ESMTP id h3FECfnR015749 for ; Tue, 15 Apr 2003 07:12:41 -0700 (PDT) (envelope-from hodson@puma.icir.org) Message-Id: <200304151412.h3FECfnR015749@puma.icir.org> X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.3 From: Orion Hodson Cc: freebsd-multimedia@freebsd.org Mime-Version: 1.0 In-Reply-To: <3E9B484D.6050709@Ncrypted.ORG> Content-Type: text/plain; charset=us-ascii Date: Tue, 15 Apr 2003 07:12:41 -0700 Sender: hodson@icir.org Subject: Re: RME 96xx with FreeBSD X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Apr 2003 14:12:42 -0000 /-- Steven Campbell wrote: | Hi, I would like my RME Digi96/8 working under FreeBSD. | | I'm currently running FreeBSD 5.0 on an SMP Pentium Pro box. | | I haven't seen anything more recent than Daniel Pouzzner's comments ( | douzzer@mega.nu ) in May 2000. You can view it by googling for "freebsd | rme". | | I have read and understand the RME 96xx driver from ALSA, but I don't | want to get involved in porting the ALSA stuff, since FreeBSD's pcm | seems to be well-written. | | I would like to get the ALSA drivers working under FreeBSD, keeping in | mind GPL vs. FreeBSD kernel copyright issues. | | Wondering if somebody could share any notes or pages on porting ALSA or | OSS sound drivers to FreeBSD's pcm driver. I'd recommend taking a look at Bruce Montague's Geode driver code - it's heavily commented and gives a pretty clear indication of what needs to be done to write a newpcm driver: http://63.249.85.132/gx_audio/index.html There's a skeleton driver under: http://people.freebsd.org/~cg/template.c And plenty of examples under: http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/dev/sound/pci There are notes in the handbook on writing device drivers: http://www.freebsd.org/doc/en_US.ISO8859-1/books/developers-handbook/driverbas ics.html Obviously it'd be helpful to have register specs for the h/w in addition to the ALSA source. Kind Regards - Orion From owner-freebsd-multimedia@FreeBSD.ORG Tue Apr 15 17:37:02 2003 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1168037B401 for ; Tue, 15 Apr 2003 17:37:02 -0700 (PDT) Received: from webmail.speakeasy.net (webmail4.speakeasy.net [216.254.0.84]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A5AD43FD7 for ; Tue, 15 Apr 2003 17:37:01 -0700 (PDT) (envelope-from netgeek@speakeasy.net) Received: (qmail 21673 invoked by uid 99); 16 Apr 2003 00:37:00 -0000 Message-ID: <20030416003700.21672.qmail@webmail.speakeasy.net> Content-Disposition: inline Content-Transfer-Encoding: binary Content-Type: text/plain MIME-Version: 1.0 Date: Tue, 15 Apr 2003 17:37:00 -0700 From: netgeek@speakeasy.net To: multimedia@freebsd.org X-Sender: netgeek@speakeasy.net X-Originating-Ip: [155.33.80.182] X-Mailer: Speakeasy Network Webmail 2.1.0 Subject: X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Apr 2003 00:37:02 -0000 Has anyone had success with the Samsung Digimax 200, especially on FreeBSD 5.0? Are there any HOWTOs on using digital cameras with FreeBSD? I'm kinda new to the BSD world (fresh in from GNU/Linux). -- Mike Burns "Be Safe: Be Suspicious" - Brazil, Terry Gilliam From owner-freebsd-multimedia@FreeBSD.ORG Tue Apr 15 23:05:49 2003 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4159937B401 for ; Tue, 15 Apr 2003 23:05:49 -0700 (PDT) Received: from turkey.mail.pas.earthlink.net (turkey.mail.pas.earthlink.net [207.217.120.126]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8026143FD7 for ; Tue, 15 Apr 2003 23:05:48 -0700 (PDT) (envelope-from rsidd@online.fr) Received: from user-0cev132.cable.mindspring.com ([24.239.132.98] helo=bluerondo.a.la.turk) by turkey.mail.pas.earthlink.net with esmtp (Exim 3.33 #1) id 195g3I-0001Xs-00 for multimedia@freebsd.org; Tue, 15 Apr 2003 23:05:48 -0700 Received: (qmail 97692 invoked by uid 1001); 16 Apr 2003 06:05:45 -0000 Date: Wed, 16 Apr 2003 02:05:45 -0400 From: Rahul Siddharthan To: multimedia@freebsd.org Message-ID: <20030416060545.GA97662@online.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Operating-System: FreeBSD 5.0-CURRENT i386 User-Agent: Mutt/1.5.4i Subject: alsaplayer port X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Apr 2003 06:05:49 -0000 I'm trying to port alsaplayer (http://www.alsaplayer.org), and presently have it working on sound files, but not on CD audio. The port is at http://rsidd.online.fr/alsaplayer.tar.bz2 The cdda input plugin requires which, of course, we don't have. I don't know anything about how to deal with this: any pointers/help? The program has some nice features, in particular pitch control -- you can even play audio backwards. Also, it plays CDs (on linux) by ripping them and then playing through the regular dsp device, which is unconventional but I have selfish reasons for liking that: my internal soundcard is broken and I can only play CDs by outputting to an external (USB) sound device, which normal CD player programs can't do. Thanks - Rahul From owner-freebsd-multimedia@FreeBSD.ORG Thu Apr 17 06:07:54 2003 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A48BF37B404 for ; Thu, 17 Apr 2003 06:07:54 -0700 (PDT) Received: from mta03-svc.ntlworld.com (mta03-svc.ntlworld.com [62.253.162.43]) by mx1.FreeBSD.org (Postfix) with ESMTP id 83A6043FA3 for ; Thu, 17 Apr 2003 06:07:53 -0700 (PDT) (envelope-from jon@witchspace.com) Received: from witchspace.com ([80.3.251.242]) by mta03-svc.ntlworld.com (InterMail vM.4.01.03.37 201-229-121-137-20020806) with SMTP id <20030417130752.HGRL11246.mta03-svc.ntlworld.com@witchspace.com> for ; Thu, 17 Apr 2003 14:07:52 +0100 Received: (qmail 7405 invoked from network); 17 Apr 2003 13:07:51 -0000 Received: from unknown (HELO witchspace.com) (192.168.0.1) by dookie.witchspace.com with SMTP; 17 Apr 2003 13:07:51 -0000 Message-ID: <3E9EA727.9040508@witchspace.com> Date: Thu, 17 Apr 2003 14:07:51 +0100 From: Jonathan Belson User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.3) Gecko/20030404 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-multimedia@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Sound problems on VAIO SR1K X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Apr 2003 13:07:55 -0000 Hiya I'm running 4.8-RELEASE on a VAIO SR1K and I'm having problems getting the sound to work. I do actually get sound output but it's very slow and distorted, regardless of the volume level. Here's my dmesg: Copyright (c) 1992-2003 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD 4.8-RELEASE #1: Mon Apr 7 18:27:48 BST 2003 jon@vaio.witchspace.com:/usr/src/sys/compile/VAIO Timecounter "i8254" frequency 1193182 Hz CPU: Intel Pentium III (494.27-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0x683 Stepping = 3 Features=0x383f9ff real memory = 201261056 (196544K bytes) avail memory = 191815680 (187320K bytes) Preloaded elf kernel "kernel" at 0xc03d4000. VESA: v2.0, 3008k memory, flags:0x0, mode table:0xc035ccc2 (1000022) VESA: MagicMedia 256AV+ 48K Pentium Pro MTRR support enabled Using $PIR table, 6 entries at 0xc00fdf60 apm0: on motherboard apm0: found APM BIOS v1.2, connected at v1.2 npx0: on motherboard npx0: INT 16 interface pcib0: on motherboard pci0: on pcib0 pcib1: at device 1.0 on pci0 pci1: on pcib1 pci1: at 0.0 irq 9 isab0: at device 7.0 on pci0 isa0: on isab0 atapci0: port 0xfcf0-0xfcff at device 7.1 on pci0 ata0: at 0x1f0 irq 14 on atapci0 ata1: at 0x170 irq 15 on atapci0 uhci0: port 0xfcc0-0xfcdf at device 7.2 on pci0 pci_cfgintr_linked: linked (63) to hard-routed irq 9 pci_cfgintr: 0:7 INTD routed to irq 9 usb0: on uhci0 usb0: USB revision 1.0 uhub0: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub0: 2 ports with 2 removable, self powered umass0: Sony USB Memory Stick Slot, rev 1.10/1.04, addr 2 chip1: port 0x1040-0x104f at device 7.3 on pci0 pci0: (vendor=0x104d, dev=0x8039) at 8.0 pcm0: mem 0xfedf0000-0xfedf7fff irq 9 at device 9.0 on pci0 pcm0: pci0: (vendor=0x14f1, dev=0x2443) at 10.0 pci_cfgintr_linked: linked (61) to hard-routed irq 9 pci_cfgintr: 0:12 INTA routed to irq 9 pcic0: irq 9 at device 12.0 on pci0 pcic0: PCI Memory allocated: 0x88000000 pccard0: on pcic0 orm0: