From owner-freebsd-multimedia Mon Sep 2 04:09:42 1996 Return-Path: owner-multimedia Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id EAA05812 for multimedia-outgoing; Mon, 2 Sep 1996 04:09:42 -0700 (PDT) Received: from Campino.Informatik.RWTH-Aachen.DE (campino.Informatik.RWTH-Aachen.DE [137.226.225.2]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id EAA05805 for ; Mon, 2 Sep 1996 04:09:39 -0700 (PDT) Received: from gilberto.physik.rwth-aachen.de (gilberto.physik.rwth-aachen.de [137.226.31.2]) by Campino.Informatik.RWTH-Aachen.DE (RBI-Z-5/8.6.12) with ESMTP id NAA20602 for ; Mon, 2 Sep 1996 13:04:06 +0200 Received: (from kuku@localhost) by gilberto.physik.rwth-aachen.de (8.6.11/8.6.9) id NAA06864 for multimedia@freebsd.org; Mon, 2 Sep 1996 13:16:38 +0200 Date: Mon, 2 Sep 1996 13:16:38 +0200 From: Christoph Kukulies Message-Id: <199609021116.NAA06864@gilberto.physik.rwth-aachen.de> To: multimedia@freebsd.org Subject: sdr - sending video to www browser Sender: owner-multimedia@freebsd.org X-Loop: FreeBSD.org Precedence: bulk sdr has (in the preferences menu) an option to send to the www broswer. Anyone having done this? There seems to be a xm script required whatever this may be. --Chris Christoph P. U. Kukulies kuku@gil.physik.rwth-aachen.de From owner-freebsd-multimedia Mon Sep 2 04:11:12 1996 Return-Path: owner-multimedia Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id EAA05890 for multimedia-outgoing; Mon, 2 Sep 1996 04:11:12 -0700 (PDT) Received: from dot.ishiboo.com (user@dot.ishiboo.com [208.128.22.10]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id EAA05885 for ; Mon, 2 Sep 1996 04:11:10 -0700 (PDT) From: nirva@ishiboo.com Received: (qmail-queue invoked by uid 509); 2 Sep 1996 11:10:16 -0000 Message-ID: <19960902111016.10367.qmail@dot.ishiboo.com> Subject: Matrox Meteor Application To: freebsd-multimedia@freebsd.org Date: Mon, 2 Sep 1996 05:10:16 -0600 (MDT) X-Mailer: ELM [version 2.4 PL24 ME8a] Content-Type: text Sender: owner-multimedia@freebsd.org X-Loop: FreeBSD.org Precedence: bulk An application I wrote, similar to Amancio's tv program. It can be previewed and downloaded from http://www.ishiboo.com/~nirva/Projects/metgrab/ --------------------------------------------------------------------------- Danny Dulai Feet. Pumice. Lotion. http://www.ishiboo.com/~nirva/ nirva@ishiboo.com --------------------------------------------------------------------------- From owner-freebsd-multimedia Mon Sep 2 04:47:50 1996 Return-Path: owner-multimedia Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id EAA07283 for multimedia-outgoing; Mon, 2 Sep 1996 04:47:50 -0700 (PDT) Received: from berkeley.race.u-tokyo.ac.jp (root@berkeley.race.u-tokyo.ac.jp [157.82.76.3]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id EAA07277 for ; Mon, 2 Sep 1996 04:47:48 -0700 (PDT) Received: from localhost (shichi@localhost [127.0.0.1]) by berkeley.race.u-tokyo.ac.jp (8.7.5/8.6.12) with SMTP id UAA02042; Mon, 2 Sep 1996 20:39:06 +0900 (JST) Message-Id: <199609021139.UAA02042@berkeley.race.u-tokyo.ac.jp> X-Authentication-Warning: berkeley.race.u-tokyo.ac.jp: Host shichi@localhost [127.0.0.1] didn't use HELO protocol To: kuku@gilberto.physik.rwth-aachen.de Cc: multimedia@freebsd.org Subject: Re: sdr - sending video to www browser In-Reply-To: Your message of "Mon, 2 Sep 1996 13:16:38 +0200" References: <199609021116.NAA06864@gilberto.physik.rwth-aachen.de> X-Mailer: Mew version 1.06 on Emacs 19.28.3, Mule 2.3 Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Date: Mon, 02 Sep 1996 20:39:06 +0900 From: Naohiro Shichijo Sender: owner-multimedia@freebsd.org X-Loop: FreeBSD.org Precedence: bulk xm is this file. Naohiro Shichijo ---cut------cut------cut------cut--- #!/bin/ksh if [ $# != 1 ] then echo "$0: No arguments" 2>&1 exit 1 fi pid=$(/usr/bin/ps -u $USER | grep netscape | awk '{print $1}') pid=$(echo $pid | awk '{print $1}') if [ ${pid:-no} = "no" ] then echo No Netscape running 2>&1 netscape -remote openURL\($1\) exit 0 fi echo goto > /tmp/Mosaic.$pid echo $1 >> /tmp/Mosaic.$pid kill -USR1 $pid exit 0 ---cut------cut------cut------cut--- From: Christoph Kukulies Subject: sdr - sending video to www browser Date: Mon, 2 Sep 1996 13:16:38 +0200 Message-ID: <199609021116.NAA06864@gilberto.physik.rwth-aachen.de> > > sdr has (in the preferences menu) an option to send to the > www broswer. Anyone having done this? There seems to be > a xm script required whatever this may be. > > --Chris Christoph P. U. Kukulies kuku@gil.physik.rwth-aachen.de > From owner-freebsd-multimedia Mon Sep 2 05:40:12 1996 Return-Path: owner-multimedia Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id FAA09203 for multimedia-outgoing; Mon, 2 Sep 1996 05:40:12 -0700 (PDT) Received: from Campino.Informatik.RWTH-Aachen.DE (campino.Informatik.RWTH-Aachen.DE [137.226.225.2]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id FAA09090 for ; Mon, 2 Sep 1996 05:37:36 -0700 (PDT) Received: from gilberto.physik.rwth-aachen.de (gilberto.physik.rwth-aachen.de [137.226.31.2]) by Campino.Informatik.RWTH-Aachen.DE (RBI-Z-5/8.6.12) with ESMTP id OAA21846 for ; Mon, 2 Sep 1996 14:32:46 +0200 Received: (from kuku@localhost) by gilberto.physik.rwth-aachen.de (8.6.11/8.6.9) id OAA07059 for multimedia@freebsd.org; Mon, 2 Sep 1996 14:45:18 +0200 Date: Mon, 2 Sep 1996 14:45:18 +0200 From: Christoph Kukulies Message-Id: <199609021245.OAA07059@gilberto.physik.rwth-aachen.de> To: multimedia@freebsd.org Subject: qcam and vic - Q Sender: owner-multimedia@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Subject: qcam and vic-qcam What was the trick to get the correct qcam settings while in vic? My video picture is looking garbled. Is there a way to get the qcam sliders from vic or would one better run nv? --Chris Christoph P. U. Kukulies kuku@gil.physik.rwth-aachen.de From owner-freebsd-multimedia Mon Sep 2 08:29:06 1996 Return-Path: owner-multimedia Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id IAA19046 for multimedia-outgoing; Mon, 2 Sep 1996 08:29:06 -0700 (PDT) Received: from fyeung5.netific.com (netific.vip.best.com [205.149.182.145]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id IAA19037 for ; Mon, 2 Sep 1996 08:29:01 -0700 (PDT) Received: (from fyeung@localhost) by fyeung5.netific.com (8.6.11/8.6.9) id IAA22541 for multimedia@freebsd.org; Mon, 2 Sep 1996 08:34:26 GMT From: francis yeung Message-Id: <199609020834.IAA22541@fyeung5.netific.com> Subject: VDOlive via FreeBSD To: multimedia@freebsd.org Date: Mon, 2 Sep 1996 08:34:25 +0000 () X-Mailer: ELM [version 2.4 PL24] Content-Type: text Sender: owner-multimedia@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Greetings, I have a Win95 system connecting to my FreeBSD machine via the Ethernet interface. The FreeBSD machine is connected to the ISP via a standard PPP link. The routed has been turned off in the ISP side. Currently, I am running a HTTP proxy to allow the Win95 system to surf the world. I want my Win95 system to receive VDOlive video. What is my best bet to make work i.e. VDOlive from the VDOlive Server to the Win95 system via the FreeBSD machine ? Please recommend. Thanks. Fran From owner-freebsd-multimedia Tue Sep 3 01:05:58 1996 Return-Path: owner-multimedia Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id BAA12601 for multimedia-outgoing; Tue, 3 Sep 1996 01:05:58 -0700 (PDT) Received: from rah.star-gate.com (ascend.star-gate.com [204.188.121.17]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id BAA12587 for ; Tue, 3 Sep 1996 01:05:51 -0700 (PDT) Received: from rah.star-gate.com (rah.star-gate.com [204.188.121.18]) by rah.star-gate.com (8.7.5/8.7.3) with SMTP id BAA01374 for ; Tue, 3 Sep 1996 01:05:44 -0700 (PDT) Message-ID: <322BE6C0.41C67EA6@star-gate.com> Date: Tue, 03 Sep 1996 01:05:43 -0700 From: "Amancio Hasty Jr." X-Mailer: Mozilla 3.0b7 (X11; I; FreeBSD 2.2-CURRENT i386) MIME-Version: 1.0 To: multimedia@freebsd.org Subject: [Fwd: ANNOUNCE Virtual 2600 (formerly x2600) Beta 2 release.] Content-Type: multipart/mixed; boundary="------------446B9B3D2781E494167EB0E7" Sender: owner-multimedia@freebsd.org X-Loop: FreeBSD.org Precedence: bulk This is a multi-part message in MIME format. --------------446B9B3D2781E494167EB0E7 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Some of you may be interested on this. Enjoy, Amancio -- Amancio Hasty Hasty Software Consulting Services Tel: 415-495-3046 Fax: 415-495-3046 Cellular: 415-309-8434 e-mail: hasty@star-gate.com Powered by FreeBSD --------------446B9B3D2781E494167EB0E7 Content-Type: message/news Content-Transfer-Encoding: 7bit Content-Disposition: inline Path: nntp1.best.com!news1.best.com!news.sgi.com!news.msfc.nasa.gov!newsfeed.internetmci.com!btnet!zetnet.co.uk!usenet From: ahornby@zetnet.co.uk (Alex Hornby) Newsgroups: comp.emulators.misc,comp.emulators.game-consoles,comp.os.linux.misc,comp.windows.x.apps Subject: ANNOUNCE Virtual 2600 (formerly x2600) Beta 2 release. Date: 29 Aug 1996 00:34:26 GMT Message-ID: <502oii$ii1@irk.zetnet.co.uk> NNTP-Posting-Host: man-194.zetnet.co.uk Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Newsreader: knews 0.9.7 Xref: nntp1.best.com comp.emulators.misc:12229 comp.emulators.game-consoles:327 comp.os.linux.misc:142267 comp.windows.x.apps:5822 ANNOUNCE Virtual 2600 (formerly x2600) Beta 2 release. ------------------------------------------------------ Virtual 2600 is a GPLed emulation of the classic Atari 2600 console running on a X11/SVGAlib/Linux and other *NIX/X11 platforms. Feature introduced since beta 1: + Pure tone sound implementation using NAS. + New GNU autoconf ./configure style setup. + No longer needs the FWF widget set to run. + Support for new Common 2600 file format. + PC Joystick support. + Dynamic resizing under X11. + Atari 8k/16k bank switching. + Paddle emulation. + More speed. Bug Fixes since beta 1: + Should compile more cleanly on more machines. + Various emulation bugs. More stuff should work now. For more information, sources and Linux binaries see: http://www.users.zetnet.co.uk/ahornby/v2600.html -- ++ Alex Hornby | http://www.users.zetnet.co.uk/ahornby | PGP ++ --------------446B9B3D2781E494167EB0E7-- From owner-freebsd-multimedia Tue Sep 3 05:38:36 1996 Return-Path: owner-multimedia Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id FAA26342 for multimedia-outgoing; Tue, 3 Sep 1996 05:38:36 -0700 (PDT) Received: from uhf.wdc.net (uhf.wdc.net [198.147.74.44]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id FAA26329 for ; Tue, 3 Sep 1996 05:38:29 -0700 (PDT) Received: (from bad@localhost) by uhf.wdc.net (8.7.5/8.6.12) id IAA16956; Sun, 3 Sep 1995 08:37:44 -0400 (EDT) Date: Sun, 3 Sep 1995 08:37:44 -0400 (EDT) From: Bernie Doehner To: multimedia@freebsd.org, buaas@wireless.wdc.net Subject: Re: multimedia group? (fwd) Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-multimedia@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Dear Multimedia Group: Amancio Hasty told us that he didn't have enough time to support multimedia configurations under FreeBSD and told us to mail multimedia@freebsd.org. I personaly (after a bit of grief because of the lack of documentation) managed to get a soundblaster Pro working under FreeBSD 2.1 and 2.15. But now, buaas@wireless.wdc.net (Bob Buaas) and I are trying to get the MAD16 working under FreeBSD. The Linux mad16 driver is definitely there, but we've been having trouble porting it to FreeBSD, because we aren't all that familiar with Linux device driver specs and the most of the docs are only for Linux. Is there someone who has taken over Amancio Hasty's task of keeping current information on sound driver for FreeBSD and that could help us by giving us a description of the porting strategy? Is there a public mailing list for discussion of FreeBSD sound driver issues? Thanks a lot. Bernie Doehner bad@uhf.wdc.net Bob Buaas buaas@wireless.wdc.net From owner-freebsd-multimedia Wed Sep 4 13:02:31 1996 Return-Path: owner-multimedia Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id NAA29526 for multimedia-outgoing; Wed, 4 Sep 1996 13:02:31 -0700 (PDT) Received: from rah.star-gate.com (rah.star-gate.com [204.188.121.18]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id NAA29518 for ; Wed, 4 Sep 1996 13:02:25 -0700 (PDT) Received: from rah.star-gate.com (localhost.star-gate.com [127.0.0.1]) by rah.star-gate.com (8.7.5/8.7.3) with ESMTP id NAA00862 for ; Wed, 4 Sep 1996 13:01:23 -0700 (PDT) Message-Id: <199609042001.NAA00862@rah.star-gate.com> X-Mailer: exmh version 1.6.9 8/22/96 To: multimedia@freebsd.org Subject: rah is back on line Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 04 Sep 1996 13:01:23 -0700 From: Amancio Hasty Sender: owner-multimedia@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Sorry for the downtime is just that somewhere along the way I took the wrong turn and enter: "Pacific Bell: The Twilight Zone " . Also I will start to pay more attention to mail since I am online 8) Enjoy, Amancio From owner-freebsd-multimedia Wed Sep 4 20:21:53 1996 Return-Path: owner-multimedia Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id UAA17182 for multimedia-outgoing; Wed, 4 Sep 1996 20:21:53 -0700 (PDT) Received: from moonpie.w8hd.org (moonpie.w8hd.org [198.252.159.14]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id UAA17172 for ; Wed, 4 Sep 1996 20:21:47 -0700 (PDT) Received: from localhost (kimc@localhost) by moonpie.w8hd.org (8.7.5/8.6.12) with SMTP id XAA07753; Wed, 4 Sep 1996 23:21:14 -0400 (EDT) X-Authentication-Warning: moonpie.w8hd.org: kimc owned process doing -bs Date: Wed, 4 Sep 1996 23:21:13 -0400 (EDT) From: Kim Culhan To: Amancio Hasty cc: multimedia@freebsd.org Subject: Re: rah is back on line In-Reply-To: <199609042001.NAA00862@rah.star-gate.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-multimedia@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Wed, 4 Sep 1996, Amancio Hasty wrote: > Also I will start to pay more attention to mail since I am online 8) good! kim From owner-freebsd-multimedia Thu Sep 5 01:17:40 1996 Return-Path: owner-multimedia Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id BAA00802 for multimedia-outgoing; Thu, 5 Sep 1996 01:17:40 -0700 (PDT) Received: from rah.star-gate.com (rah.star-gate.com [204.188.121.18]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id BAA00797 for ; Thu, 5 Sep 1996 01:17:37 -0700 (PDT) Received: from rah.star-gate.com (localhost.star-gate.com [127.0.0.1]) by rah.star-gate.com (8.7.5/8.7.3) with ESMTP id BAA05939; Thu, 5 Sep 1996 01:17:26 -0700 (PDT) Message-Id: <199609050817.BAA05939@rah.star-gate.com> X-Mailer: exmh version 1.6.9 8/22/96 To: Kim Culhan cc: multimedia@freebsd.org Subject: Re: rah is back on line In-reply-to: Your message of "Wed, 04 Sep 1996 23:21:13 EDT." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 05 Sep 1996 01:17:26 -0700 From: Amancio Hasty Sender: owner-multimedia@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >From The Desk Of Kim Culhan : > > > On Wed, 4 Sep 1996, Amancio Hasty wrote: > > > Also I will start to pay more attention to mail since I am online 8) > > good! > > kim Howdy, Boy, those it feel good to have my ISDN line back 8) Say are you interested in checking out a video server for freebsd? Cheers, Amancio From owner-freebsd-multimedia Thu Sep 5 06:08:18 1996 Return-Path: owner-multimedia Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id GAA14251 for multimedia-outgoing; Thu, 5 Sep 1996 06:08:18 -0700 (PDT) Received: from moonpie.w8hd.org (moonpie.w8hd.org [198.252.159.14]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id GAA14243 for ; Thu, 5 Sep 1996 06:08:15 -0700 (PDT) Received: from localhost (kimc@localhost) by moonpie.w8hd.org (8.7.5/8.6.12) with SMTP id JAA08841; Thu, 5 Sep 1996 09:08:12 -0400 (EDT) X-Authentication-Warning: moonpie.w8hd.org: kimc owned process doing -bs Date: Thu, 5 Sep 1996 09:08:11 -0400 (EDT) From: Kim Culhan To: Amancio Hasty cc: multimedia@freebsd.org Subject: Re: rah is back on line In-Reply-To: <199609050817.BAA05939@rah.star-gate.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-multimedia@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Thu, 5 Sep 1996, Amancio Hasty wrote: > Say are you interested in checking out a video server for freebsd? Sure, sounds like a good project for this weekend. kim From owner-freebsd-multimedia Thu Sep 5 10:09:51 1996 Return-Path: owner-multimedia Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id KAA02358 for multimedia-outgoing; Thu, 5 Sep 1996 10:09:51 -0700 (PDT) Received: from rah.star-gate.com (rah.star-gate.com [204.188.121.18]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id KAA02352 for ; Thu, 5 Sep 1996 10:09:49 -0700 (PDT) Received: from rah.star-gate.com (localhost.star-gate.com [127.0.0.1]) by rah.star-gate.com (8.7.5/8.7.3) with ESMTP id KAA08183; Thu, 5 Sep 1996 10:09:34 -0700 (PDT) Message-Id: <199609051709.KAA08183@rah.star-gate.com> X-Mailer: exmh version 1.6.9 8/22/96 cc: Kim Culhan , multimedia@freebsd.org Subject: Re: rah is back on line In-reply-to: Your message of "Thu, 05 Sep 1996 01:17:26 PDT." <199609050817.BAA05939@rah.star-gate.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 05 Sep 1996 10:09:34 -0700 From: Amancio Hasty Sender: owner-multimedia@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Okay, I F*** up . My request was meant to Kim. After more field testing, I will be happy to make an announcement. Regards, Amancio >From The Desk Of Amancio Hasty : > From The Desk Of Kim Culhan : > > > > > > On Wed, 4 Sep 1996, Amancio Hasty wrote: > > > > > Also I will start to pay more attention to mail since I am online 8) > > > > good! > > > > kim > > Howdy, > > Boy, those it feel good to have my ISDN line back 8) > > Say are you interested in checking out a video server for freebsd? > > Cheers, > Amancio > > From owner-freebsd-multimedia Thu Sep 5 18:21:49 1996 Return-Path: owner-multimedia Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id SAA03638 for multimedia-outgoing; Thu, 5 Sep 1996 18:21:49 -0700 (PDT) Received: from central.picker.com (central.picker.com [144.54.31.2]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id SAA03630 for ; Thu, 5 Sep 1996 18:21:46 -0700 (PDT) Received: from ct.picker.com by central.picker.com with smtp (Smail3.1.28.1 #3) id m0uypUX-0004rpC; Thu, 5 Sep 96 21:13 EDT Received: from elmer.ct.picker.com ([144.54.57.34]) by ct.picker.com (4.1/SMI-4.1) id AA03634; Thu, 5 Sep 96 21:12:09 EDT Received: by elmer.ct.picker.com (SMI-8.6/SMI-SVR4) id VAA27191; Thu, 5 Sep 1996 21:06:42 -0400 From: rhh@ct.picker.com (Randall Hopper) Message-Id: <199609060106.VAA27191@elmer.ct.picker.com> Subject: AWE32 Driver Link To: multimedia@freebsd.org Date: Thu, 5 Sep 1996 21:06:42 -0400 (EDT) Reply-To: rhh@ct.picker.com Organization: Picker International, CT Division X-Mailer: ELM [version 2.4 PL24 PGP3 *ALPHA*] Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-multimedia@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Might be of interest to anyone working on SB32/AWE32 support. Randall Hopper rhh@ct.picker.com From owner-freebsd-multimedia Fri Sep 6 06:16:37 1996 Return-Path: owner-multimedia Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id GAA01357 for multimedia-outgoing; Fri, 6 Sep 1996 06:16:37 -0700 (PDT) Received: from earth.ColState.EDU (earth.ColState.EDU [168.26.193.20]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id GAA01343 for ; Fri, 6 Sep 1996 06:16:33 -0700 (PDT) Received: from colstate.edu ([168.26.193.32]) by earth.ColState.EDU (8.7.5/8.7.3) with ESMTP id JAA20895 for ; Fri, 6 Sep 1996 09:08:33 -0400 (EDT) Received: from CCMAIN/SpoolDir by colstate.edu (Mercury 1.21); 6 Sep 96 09:19:47 EST Received: from SpoolDir by CCMAIN (Mercury 1.30); 6 Sep 96 09:19:38 EST From: "Christian" Organization: Columbus State Univ., Columbus, Ga. To: multimedia@freebsd.org Date: Fri, 6 Sep 1996 09:19:32 EST MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: (fwd) UNIX Sound System Developer Support Program X-Confirm-Reading-To: "Christian" X-pmrqc: 1 Priority: normal X-mailer: Pegasus Mail v3.31 Message-ID: Sender: owner-multimedia@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Thought this might be of interest, if not, disregard. ------- Forwarded Message Follows ------- Date sent: Thu, 5 Sep 1996 16:06:45 -0400 (EDT) From: Christian Plazas To: plazas_christian@colstate.edu Subject: (fwd) UNIX Sound System Developer Support Program Path: news-read-1.peachnet.edu!news-feed-1.peachnet.edu!gatech!enews.sgi.com!news.sgi.com!news.msfc.nasa.gov!newsfeed.internetmci.com!solaris.cc.vt.edu!deepthot!liw.clinet.fi!usenet From: 4Front Technologies Newsgroups: comp.os.linux.announce Subject: UNIX Sound System Developer Support Program Followup-To: comp.os.linux.misc Date: Mon, 02 Sep 1996 06:56:31 GMT Organization: ? Lines: 58 Approved: linux-announce@news.ornl.gov (Lars Wirzenius) Message-ID: NNTP-Posting-Host: localhost -----BEGIN PGP SIGNED MESSAGE----- FOR IMMEDIATE RELEASE August 23, 1996 Contact: Dev Mazumdar 4Front Technologies 11698 Montana Avenue, Suite 12 Los Angeles, CA 90049, U.S.A. Tel: (310) 820 7365 E-mail: info@4front-tech.com Fax: (310) 826 2465 Web: http://www.4front-tech.com ________________________________________________________________________________ 4Front Technologies announces UNIX Sound System developers support programme. LOS ANGELES: 4Front Technologies is pleased to announce the lauch of the UNIX Sound System(TM) developers support programme. This is an open invitation to developers who have already written audio applications for Linux, BSD and SCO to get the USS certification mark. This is an absolutely FREE service from 4Front Technologies. There are also several benefits of joining this programme. Please visit 4Front's home page at http://www.4front-tech.com to register. The main objective of this program is to get the USS API more visibility in the UNIX marketplace and to form a standards committee and get more audio applications developed for UNIX. This program will also make USS available for resellers and developers who wish to distribute the USS drivers with their products. Currently USS is available for Linux, SCO Open Server 5, and AIX. Support for other UNIX operating systems will be forthcoming. - --- xxx --- All trademarks and copyrights belong to their respective owners. UNIX Sound System is a trademark of 4Front Technologies. Copyright (C) 1996, 4Front Technologies, All Rights Reserved. -----BEGIN PGP SIGNATURE----- Version: 2.6.2i iQCVAwUBMiqE8IQRll5MupLRAQG7lAP/QDxkdFuSJOwQAJOUla+CVNdRfqkYHsiQ HCXvLUSGy7/CR+kfvR7k7sKCUHGmxTxpzcstp1UDZAn1c8BW+0e8zuudTTEaWxIF hN72kFFgnMj8p3Z4OxdzxmPw2acKpi5NZj+HJbGAkStLjqe1o9mm6T0BJLRegOjx BT2eld89CRE= =STDi -----END PGP SIGNATURE----- -- This article has been digitally signed by the moderator, using PGP. Finger wirzeniu@kruuna.helsinki.fi for PGP key needed for validating signature. Send submissions for comp.os.linux.announce to: linux-announce@news.ornl.gov PLEASE remember a short description of the software and the LOCATION.