Hey All, I think this is likely a simple problem (I'm just starting out w' JSyn), but its strange that javac allows the code below, then throws a runtime ...
Hello Daniel, ... This is a new error that I haven't seen before. I don't know why IBM gave that compile-time error. Maybe because VoiceAllocator constructor...
Phil, Thanks for the reply. Checking first for a valid context via Synth.getSharedContext() solves the NullPointerException, but I still can't compile (with...
Hello Daniel, Hmmm. I think you are right about it being illegal to throw new Exceptions from an overriden method. My Java book (Arnold and Gosling) says: "The...
Not sure about J++, but I've noticed that the javac compiler, besides being awfully slow, doesn't follow the spec all that closely... Thanks again, -daniel ......
Is there a way in jSyn to reroute the Macintosh sound out to the sound in? I'm looking for a way to capture the built-in Mac speech synthesis output to a...
Hello Doug, I'm afraid routing of system output to system input is not under the control of JSyn. The only solution I can think of is to connect a cable from...
Jsyn-ers -- I'm sorry to bug you all with this, but I've really hit the java wall here at home. I'm sure that I'm simply not aware of how Things Java are done...
Bradford Garton
garton@...
Jan 14, 2002 9:00 pm
907
Hi Brad, When I wrote the opposite application (writing samples to disk), I recall I had to write a converter so I could write from shorts to an output stream ...
thanks Nick! I shoulda known... I actually logged in to report pretty much the same thing -- I found that converting my .wav files to .aiff also solves the...
Bradford Garton
garton@...
Jan 14, 2002 10:03 pm
909
Hi Brad, I don't want to send you down the wrong track, but... ... ...maybe you could override SynthSampleWAV.handleChunk() and provide your own...
Hello Brad, ... That's the theory. ... Yes. Java is trying hard to be Endian independant. But when you touch formatted streams like WAV or AIFF then you have...
Phil and Nick -- Thanks for the good suggestions (and the snazzy conversion code, saves me tired brain from actually having to think a bit!). But I'm now...
Bradford Garton
garton@...
Jan 15, 2002 7:12 pm
912
Hello Brad, I just realized the behavior you're seeing is consistent with not start()ing the SampleQueueOutputStream itself. You have to do: sampQ.start( time...
To answer my own question, all of the jsyn functions work well in Windows XP Pro running in a Dell Insprion 4100 (P3). (I won $1700 in the CA Lottery and...
Hello John, That is really helpful information. I've been thinking of making the move to XP but was a little leary. But since JSyn not only works, but has...
Great to hear about this. And I see my VXPocket sound card is supported better under XP than under 98 (Digigram have new DirectX drivers for it under XP, while...
i've been developing java on XP for a while now, and have had no troubles. the OS is less stable than 2000 in general - but still totally fine. it's nicer to...
Ryan Francesconi
devlists@...
Jan 16, 2002 6:50 pm
917
Aha! Works like a dream now... mucho mucho thanks! I guess I got so used to add()-ing things in a SynthCircuit, that I forgot you can't do that to the...
Bradford Garton
garton@...
Jan 16, 2002 7:48 pm
918
Hello all, I just wondered if you could help me with a quick query... could anyone recommend any decent books about sound synthesis or sound modelling? Best, ...
Computer Music, Charles Dodge and Thomas A. Jerse is a very good place to start. May be you have it! ... From: "Phil Legard" <legard@...> To:...
Unam
hugosoli@...
Jan 17, 2002 4:20 pm
920
... I particularly like "Computer Music: Synthesis, Composition, and Performance" by Charles Dodge, Thomas A. Jerse Here's some other book reviews: ...
... A good, Csound oriented, beginner-to-intermediate-level book on sound synthesis is "Virtual Sound": http://www.virtual-sound.com/books.html hope it helps ...
Hello, I have just released a very small Java API that just does audio I/O. It does not do any synthesis like JSyn does. But it can be handy if you just want ...
Phil -- I haven't taken a really good look at javasonics yet (having too much fun with JSyn). Quick question: Are the worlds of JSyn and javasonics pretty ...
Bradford Garton
garton@...
Jan 17, 2002 9:08 pm
926
Hello Brad, JSyn and JavaSonics are separate world. JavaSonics is pretty much just a barebones audio I/O system. JSyn is meant to be a superset of JavaSonics ...