... Thanks! BTW - with granular synthesis I've had some success simulating (somewhat) the sound of reverse playback and palindrome loops because control of the...
I just released a cd on Cuneiform Reconds which uses JSyn in a variety of ways in a guitar/bass/drums setting. See "Bone, Uses Wrist Grab" review and...
Hello! Does anybody know a law of how sound intensity perceived from a speaker decreases in space? What I want to do is adjusting amplitudes of speakers...
the "inverse square" law, right? amp = 1/distance**2 brad...
Bradford Garton
garton@...
Jul 7, 2003 1:04 pm
2367
... That is true for a point source in an open space. But if the speaker is directional, like a planar speaker or a phased array of small speakers, then it may...
... When the rate is low it mostly just interpolates between adjacent samples. When the rate is higher it processes more new samples, updates the interpolator,...
Right -- and after re-reading the original post I see that the key word is "how sound intensity *perceived* from a speaker decreases..." perception is tricky...
Bradford Garton
garton@...
Jul 7, 2003 7:20 pm
2370
... is ... speakers, ... very ... with ... Thanks! Unfortunately I won't be able to erase all unknown variables like number of people, I was just planning to...
... It's probably a decent enough approximation -- most of the room-sim algorithms I've seen use this for their 'ray tracing' parts. brad...
Bradford Garton
garton@...
Jul 8, 2003 1:29 pm
2372
... I suggest doing an experiment. Stand at different distances from the speaker in the room you plan to use. Set the amplitude of the signal so that it sounds...
I would also suggest using a RadioShack SPL meter (analog or digital) with pink noise. Don't laugh, the RadioShack meter is used here in Hollywood by all the...
You are invited to join an experiment. I have created a random links page that will point you to some, hopefully, cool site. You can add links automatically by...
How can i get the samples the are available in the JSyn package to work on my computer: \JSyn\jsrc\JSynExamples I can compile but get this when running the...
Hello Moose, ... Java is finding JSyn at compile-time but not at run-time. What is different in those two cases? I would need more information in order to help...
Folks have reported problems getting the JSyn plugin to work under Apple's Safari browser. I downloaded the recently released "Safari 1.0", played around a bit...
hi Phil, ... [...] ... Why do you move all this stuff to the user directory? I use /Library/Java/Extensions/, and have had no problems with the applets. ...
Thanks Darren and Jamie for the report that this fix worked on your systems. ... Internet Explorer works with /Library/Java/Extensions/ folder but my Safari ...
Hi, I have tried to play one wav file in one particular mixture / line in my system ( currently i am programming for a multi channel sound card ) if i use the...
Hello Vijay, ... poor I'm sorry but this is not the best place to get help with JavaSound programming. JSyn does not use JavaSound. Please write to the...
Excatly, jsyn uses what is called "native methods", thus it doesn't even try to use pure java to playback sound, its built on top of the Core Audio library,...
... Very minor correction: portaudio = free, open source, cross platform, audio library http://www.portaudio.com/ CoreAudio = Apple Mac OS X audio API and...
Han-earl Park
hpark@...
Jul 17, 2003 11:19 am
2386
hallo Thanks to MR. Brian Redfern and MR. Phil Burk for replying my query . As per your advive i have downloaded jsyn and compiled / executed the...
Hallo I have tried some samples programs and also coded some programs using the jsyn library . I have some problems in some of the example source file...
Dear Vijay, Please note that I changed the subject line. This way people can browse the subject lines and find answers to questions. ... other channel ... ...
... the same ... I often use sample files that are 20 to 100 KB. A file that is 70 MB is huge. For that large of a file you will need to spool the data off of...
There is talk today on the Javasound list about measuring system time in Java. Funny because I had just written a little test program to measure the resolution...