similar to: Non-audio applications

Displaying 20 results from an estimated 500 matches similar to: "Non-audio applications"

2004 Sep 10
2
Non-audio applications
On Wed, 2002-11-20 at 16:56, Josh Coalson wrote: > I mean). FLAC only supports 8 channels, but I would bet that > the compression would be a lot better if you separated the 300 > channels stream into several streams (<=8 channels each) and > compressed them with FLAC. That may not be practical for your > application. Hmm, I just acquired some data that has 2 gates and 4
2004 Sep 10
0
Non-audio applications
--- Daniel O'Connor <doconnor@gsoft.com.au> wrote: > Hi, > I work for a company which makes meteor and wind radar > (http://www.gsoft.com.au). > > On occasion (ie during meteor showers such as the Leonids) we > configure > the system to save raw data as it comes out of the acquisition > system, > the data rate for this varies (depends on acquisition parameters
2003 Nov 26
1
Can't use offline files in Windows 2000 properly
Hi, I have Samba 2.2.3a running on a FreeBSD 4.8-STABLE system and a Windows 2000 Pro laptop. I am trying to use the offline files feature in windows to keep offline copies of some documents but it doesn't appear to play nicely with Samba :( I setup some documents to sync and it appears to copy them over, and says it was successful, but after I go offline they are 0 bytes long and in the
2003 Apr 26
1
Maxtor 5000XT Firewire/USB2 Drive
Hi, I am trying to get FreeBSD 4.7 to connect to a Maxtor 5000XT drive, but I get the following when connecting it -> Apr 26 09:19:43 chowder /kernel: fwohci0: node_id = 0xc000ffc1, CYCLEMASTER mode Apr 26 09:19:43 chowder /kernel: firewire0: 2 nodes, maxhop <= 1, cable IRM = 1 (me) Apr 26 09:19:50 chowder /kernel: fwohci0: BUS reset Apr 26 09:19:50 chowder /kernel: fwohci0: node_id =
2003 Mar 31
1
HEADSUP: XFree86 4.3.0 update
On Tue, 18 Mar 2003 11:55, Daniel O'Connor wrote: > On Tue, 2003-03-18 at 02:54, Fred Clift wrote: > This is interesting because I had a crash with Mozilla which only > stopped when I built WITHOUT_XFT. > > I have updated fontconfig, freetype etc.. with no luck :( Not sure I replied to this but.. The solution was that I had a font directory X knew about but not fontconfig :(
2003 Apr 16
2
USB2.0/Firewire Enclosure
I (work :) bought a USB2.0/Firewire enclosure and I had a little trouble with it until I came across this page http://people.freebsd.org/~maho/USB/comment/ku350a.txt after trying the sysctl things work well. I haven't tried the USB2.0 side of it, as I don't have any USB2.0 controllers. The Firewire bit works great too (quite a bit faster than USB1 :) The enclosure in question is made
2004 Apr 02
4
who broke keyboards again?
I have a client that has several dell machines, when he boots without a keyboard he gets: atkbdc0: <Keyboard controller (i8042)> at port 0x60,0x64 on isa0 but no: atkbd0: <AT Keyboard> flags 0x1 irq 1 on atkbdc0 kbd0 at atkbd0 This used to work, then was broken by someone trying to "do the right thing". We need the keyboards to be hot swappable. I recommend that
2003 Apr 26
8
blackmail attempt? Stable mailing list block?
I got some weird mail back, claiming that my e-mail was blocked, w/o indicating what server was blocked, after the mail appeared in the mailing list. Is this some BS shakedown? I use postfix on a DSL line forwarding to earthlink, this is hardly something that should be rare in the BSD world... the mail appeared to come from a web mail server and the first link has the following lovely text:
2003 Jun 02
6
4.8-Stable DummyNet
Hi. We just opened a gaming center and have chosen to run a FreeBsd box for our firewall. IPFW is configured at it's very basic running natd through rl0 and allowing any to any connections from the lan to the outer world. Natd controls access to the lan. We have a 6.0 mb/s ADSL net connection for all the gaming clients to use, however if a gamer starts downloading a file, that file
2004 Nov 11
3
Legal sample rates
On Wed, 10 Nov 2004 16:08:21 -0800 (PST) Josh Coalson <xflac@yahoo.com> wrote: > > Is there someway of figuring out if a sample rate is valid? > > that's the right way. But it doesn't tell me that the sample rate is invalid it tells me FLAC__SEEKABLE_STREAM_ENCODER_STREAM_ENCODER_ERROR or FLAC__STREAM_ENCODER_NOT_STREAMABLE. > the reason it's being rejected is
2004 Nov 11
3
Legal sample rates
On Thu, 11 Nov 2004 13:33:42 -0800 (PST) Josh Coalson <xflac@yahoo.com> wrote: > --- Erik de Castro Lopo <erikd-flac@mega-nerd.com> wrote: > > On Wed, 10 Nov 2004 16:08:21 -0800 (PST) > > Josh Coalson <xflac@yahoo.com> wrote: > > > > > > Is there someway of figuring out if a sample rate is valid? > > > > > > that's the
2004 Sep 10
0
Re: Bug#196556: flac: FLAC__STREAM_ENCODER_NOT_STREAMABLE
Hi Matt! On Sat, Jun 07, 2003 at 10:09:20PM -0400, Matt Zimmerman wrote: > Run file(1) on the .wav file and send the output. Particularly, what are the > sampling rates of the input files? > "RIFF (little-endian) data, WAVE audio, Microsoft PCM, 8 bit, mono 11025 Hz" All the WAV files i tried before have been the ones shipped with the openwebmail Debian package, showing
2004 Sep 10
2
Re: Bug#196556: flac: FLAC__STREAM_ENCODER_NOT_STREAMABLE
On Sun, Jun 08, 2003 at 02:06:18AM +0200, Paul Seelig wrote: > This is what i get when trying to encode a WAV file: > > ------------- snip ----------------- > [pseelig]/tmp > flac -o YouGotMail.flac YouGotMail.wav > > flac 1.1.0, Copyright (C) 2000,2001,2002,2003 Josh Coalson > flac comes with ABSOLUTELY NO WARRANTY. This is free software, and you > are welcome to
2004 Nov 10
4
Legal sample rates
Hi all, I'm trying to use the FLAC C libraries to encode audio. I'm doing something like: FLAC__seekable_stream_encoder_set_channels(pflac->fse, 1); FLAC__seekable_stream_encoder_set_sample_rate(pflac->fse, 11025); FLAC__seekable_stream_encoder_set_bits_per_sample(pflac->fse, 8); if ((bps = FLAC__seekable_stream_encoder_init(pflac->fse)) !=
2004 Sep 10
1
Re: Bug#196556: flac: FLAC__STREAM_ENCODER_NOT_STREAMABLE
severity 196556 minor thanks On Sun, Jun 08, 2003 at 12:06:56PM +0200, Paul Seelig wrote: > On Sat, Jun 07, 2003 at 10:09:20PM -0400, Matt Zimmerman wrote: > > I ran a simple test to try to reproduce your problem, and I happened to grab > > one wav file which had a sampling rate of 4660 and was able to reproduce > > your problem. flac works fine on the other files, which
2004 Nov 11
0
Legal sample rates
--- Erik de Castro Lopo <erikd-flac@mega-nerd.com> wrote: > On Wed, 10 Nov 2004 16:08:21 -0800 (PST) > Josh Coalson <xflac@yahoo.com> wrote: > > > > Is there someway of figuring out if a sample rate is valid? > > > > that's the right way. > > But it doesn't tell me that the sample rate is invalid it tells > me
2004 Nov 16
0
Legal sample rates
--- Erik de Castro Lopo <erikd-flac@mega-nerd.com> wrote: > On Thu, 11 Nov 2004 13:33:42 -0800 (PST) > Josh Coalson <xflac@yahoo.com> wrote: > > 11025 is a valid sample rate, but 9 channels is not a valid > > # of channels. > > > > the FLAC__STREAM_ENCODER_NOT_STREAMABLE error means you are > > violating the "set streamable subset" setting
1995 Aug 21
0
Matrox Meteor Capture Card Driver Announcement
************* Announcing the Matrox Meteor Video Capture Driver. ************* The Meteor is a reasonably priced capture card for PCI (*see warning below) bus computers. The Meteor is sold directly from Matrox** at: Canada and USA 514-685-2630 or 1-800-361-4903 (voice) 514-685-2853 (fax) UK 0793.614.002 (voice) 0793.614.336 (fax) Asia Pacific 852.877.5387 (voice)
2012 Dec 15
1
When imapc can't connect to remote IMAP prevents user login (and blocks LDA)
Hi! I'm using dovecot 2.1.12-r1. When remote imap server rejects connections then I can't login into account and MTA can't deliver emails to maildir also. I'm attaching snippets of logs: 2012-12-15T18:05:43.072594+01:00 meteor dovecot: imap-login: Login: user=<marcin at mejor.pl>, method=PLAIN, rip=2001:470:1f0b:1ab3:50af:bef4:6918:78ad, lip=2001:470:1f15:1b61::2,
2006 Nov 07
5
linux-2.4.22 + bridge + traffic control by MAC.
Dear all, I am working on a linux box (2.4.22 kernel) which is used as a bridge. And I want to add traffic control rules on it by client''s MAC. Does anyone has such experience on how to do that? Thank you very much!! Best regards, Henry _______________________________________________ LARTC mailing list LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc