Quoting Patrick Shirkey <pshirkey(a)boosthardware.com>:
> For example if I transfer 200mb to a usb disk the copy command takes
> about 30 seconds before it returns and the data takes about 5 minutes
> before it is actually finished being transferred and the device is
> unmountable.
quick-hack(tm)
(cp -a /xxx /usb_device && sync) &
But remember sync flushes _everything_.
Sampo
Does it at all need impulse response convolver as suggested...?
How about just tracking the engine pitch and having
a sampler to do the sound? LinuxSampler for fine details.
The device may be illegal in Europe.
Juhana
--
http://music.columbia.edu/mailman/listinfo/linux-graphics-dev
for developers of open source graphics software
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hooray,
To provide better performance and reliability linuxaudio.org is
replacing old hardware and upgrading the network bandwidth !
Scheduled server maintenance - Fri Oct 12 2007.
The servers will be down for a short time around 18.00 CEST, 12pm EST or
9am PST.
The HTTP services will resume almost immediately (reboot). but the
mailing lists might be off-line for up to 3 hours.
During this time the list server will not accept incoming messages and
will not distribute messages. Any messages sent to the lists should be
queued by the sending mail servers and will be accepted once the new
list server is brought into service.
#robin, for the linuxaudio.org team
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFHDjxieVUk8U+VK0IRAobPAJ9OgEje2zELBE5Bug1Y3f6gTJgD1QCfQx+I
Q/5QoxJoq63BEcg4rP64uzY=
=5saU
-----END PGP SIGNATURE-----
Is this patented? I could not find.
http://www.vroombox.com/vroombox/
I don't know details of them, but I come up
with the idea some years ago --- as to exists as
an open source, free Linux software, naturally.
I even mailed to Blaupunkt and asked if it is ok to
send them suggestions. Because I received no reply,
I did not send anything to them about my invention.
Juhana
>From: Jens M Andreasen <jens.andreasen(a)comhem.se>
>
>If you could make cars make /less/ noise (instead of more), then perhaps
>there is a valuable patent hidden there somewhere ...
I have invented one of that type too. ;)
The vroombox is not a stupid idea in my opinion.
It is what car customizers and young males might want
in their car. I became aware of vroombox via MTV's
Pimp My Ride show -- check if you catch a possible rerun
this week.
Juhana
--
http://music.columbia.edu/mailman/listinfo/linux-graphics-dev
for developers of open source graphics software
This is a bugfix and feature improvement release.
Madej added a song title in the title bar option.
Several bugs was fixed. Among them, libmad was fixed in configure and a
possible horrible crash when upgrading from a gtk1 AlsaPlayer version was
fixed. Every user is encouraged to upgrade.
Please contribute with bug reports and artwork. See
http://www.alsaplayer.org/artwork.php3 for existing artworks.
Discussion about which artwork(s) to include with the next stable release will
be done on the mailing list. See the website for details:
http://www.alsaplayer.org
Dominique
Hi,
For some unknown reason, I seem to be unable to set SND_PCM_FORMAT_FLOAT
format flag when initialising alsa driver. This happens with my both cards
(on is the laptops AC'97 Audio Controller and the other a similar onboard
cart)
This line used to work with alsa 0.9 but return an "Invalid argument" error
with alsa 1.0.14a :
snd_pcm_hw_params_set_format(alsa_pcm_handle, alsa_hwparams,
SND_PCM_FORMAT_FLOAT_LE)
If I remove this line, the driver gets initialised but as integer sample
format, which, of course, generates noise as I'm sending 32bit floats to the
output...
Example code at lines 1031-1041 :
http://cvs.savannah.nongnu.org/viewvc/freecycle/src/soundplayer.cpp?annotat…
Please, please help !
Predrag
http://freecycle.redsteamrecords.com
Dear all,
we are happy to announce the call for papers, music and installations
for the 6th International Linux Audio Conference (LAC2008). LAC2008
will take place in Cologne (Germany) Feb 28th to March 2nd 2008.
The Academy of Media Arts, Cologne, is proud to host the 2008 issue of
this event, where once a year programmers and artists, musicians,
composers and practioneers gather to discuss and explore new and
important developments in making music and sounds with Linux and Open
Source software.
The Linux Audio Conference is both a meeting of developers writing
audio software for Linux as it is a music festival, where artists from
all over the world show how free software can create fresh and
exciting new sounds.
Find the various calls for papers, music and installations attached to
this mail. Further informations and an overview over all calls can be
found at
http://lac.linuxaudio.org
As mentioned in the calls in detail, the deadline for both paper and
music submissions is December 1st 2007, while the deadline for
installations is already October 19th 2007.
We are looking forward to many interesting submissions for the 6th
International Linux Audio Conference 2008 and we hope to see you in
Cologne 2008!
Please feel free to forward this e-mail to anybody who might be
interested.
On behalf of the LAC2008 organisation team,
Frank Barknecht and Martin Rumori
>>Well, you have a problem in that the wrt doesn't do floating point very
well.
MAD says it supports 100% fixed-point (integer) computation, and i
am using libmad as of now. to do my decoding
>> Otherwise I'd suggest netjack.
I checked out netjack, but i dont think i want that, as i said i want
the audio from the router directly to the speaker through CAT5 and balun
assembly. Wat i am confused about is after the decoding how, wud i send it
over the ethernet and how wud analog signals travel over ethernet.