Hello~ How can I record output to a soundfile in Wire ? Thanks ! _________________________________________________________________ Get your FREE download of...
862
Phil Burk
philburk_94901
Dec 11, 2001 2:12 am
Hello, From: "Yong-Jin Jeong" <ssamdoll@...> ... Wire does not currently support recording to disk. But that is a high priority for the next version....
863
Max Rheiner
mrn@...
Dec 11, 2001 5:00 am
hi list, does anybody have experience with 3d sound ? what's the best way to implement spatial sound(with a BusWriter/Reader) ? i plan to use a 8 channel...
864
Phil Burk
philburk_94901
Dec 11, 2001 7:34 am
If you plan to pan sounds to 8 outputs, then I would suggest using a N*8 channel SynthMixer. Then you can adjust the amount of each sound heard in each output...
865
Robert Marsanyi
marsanyi
Dec 11, 2001 5:22 pm
A small point: in my implementations of 3d sound I've found phase manipulation to be much more telling than amplitude differences. If you're doing any...
866
Phil Burk
philburk_94901
Dec 11, 2001 6:42 pm
Good idea Robert. The phase delay simulates the difference in time it takes reach the left and right ear, depending on the angle. When a source is straight...
867
llc2985984
Dec 13, 2001 3:57 am
Hello, I was hoping to use jSyn to do live audio capture + processing. But it is having difficulty with input devices I'm using. PB G3 Wallstreet MacOS 9.1...
868
Phil Burk
philburk_94901
Dec 13, 2001 7:32 am
... JSyn uses the PortAudio library for its low level input. PortAudio is an open source audio API. The failure is almost certainly in PortAudio. (I'm not...
869
surf741de
Dec 13, 2001 3:35 pm
Hi! Where do I find the source code of the example applets on the Jsyn Homepage, e.g. the audio recorder? Thanks a lot, mark...
870
Douglas Wolf
llc2985984
Dec 13, 2001 4:36 pm
Ok, thanks. I don't have CodeWarrior, and have no plans at the moment to take up C programming for the Mac, so a purchase is not in the works. I will take a...
871
Phil Burk
philburk_94901
Dec 13, 2001 5:27 pm
From: "surf741de" <surf741de@...> ... Hello Mark, You can download the JSyn SDK starting here: http://www.softsynth.com/jsyn/developers/ Unpack it then...
872
Phil Burk
philburk_94901
Dec 13, 2001 6:30 pm
Hello Doug, I have precompiled a couple Macintosh PortAudio programs with debug messages turned on. Hopefully they will tell us why JSyn won't use the VXPocket...
873
Douglas Wolf
llc2985984
Dec 13, 2001 8:31 pm
... Thanks. I will have an opportunity to try them this evening. ... Other program uses the original applet sound methods to play audio (it performs...
874
douglas irving repetto
douglasrepetto
Dec 13, 2001 8:41 pm
... ouch, spectral manipulations on 8bit/8kHz sound files?!? not a lot of info in there to manipulate...which leads to, hey phil, any spectral analysis objects...
875
Douglas Wolf
llc2985984
Dec 13, 2001 9:52 pm
... Sufficient info to yield interesting results (based on audience reaction) _________________________________________________________________ Get your FREE...
876
douglas irving repetto
douglasrepetto
Dec 13, 2001 10:02 pm
... so is it more about munging with the sound than using specific/precise spectral processes? if so, i wonder if there's a way to get similarly interesting...
877
Phil Burk
philburk_94901
Dec 13, 2001 10:08 pm
... They are just over the horizon. I can almost see them. Larry says he may come for a visit in January. I will try to have some FFT beta stuff by then so we...
878
Douglas Wolf
llc2985984
Dec 13, 2001 11:08 pm
... The sound is only one component of the app. There is a video rendering component that uses the same data and there is a user interface that provides some...
879
LARRY.POLANSKY@...
Dec 13, 2001 11:52 pm
... They are just over the horizon. I can almost see them. Larry says he may come for a visit in January. I will try to have some FFT beta stuff by then so we...
880
douglas irving repetto
douglasrepetto
Dec 14, 2001 12:11 am
... sounds great! have you documented this online somewhere? one of the things i like most about working in java (as opposed to a music/video specific...
881
Douglas Wolf
llc2985984
Dec 14, 2001 4:35 pm
... Not yet. Have to borrow a DV camera. ... No, it's a closed box except for the aforementioned download capability. I run the output through a reverb and...
882
Phil Burk
philburk_94901
Dec 17, 2001 2:11 am
Hello Douglas (and JSyn list) I'm glad you found the source of the problem. I will modify the TJ_Devices test program to only use sample rates supported by the...
883
Phil Burk
philburk_94901
Dec 18, 2001 6:22 am
Hello, I have taken some of the JSyn technology and made a very small Audio I/O API. It can do basic 16 bit audio recording and/or playback. The functionality...
884
roelf
postbus@...
Dec 18, 2001 11:24 am
... [...] ... Phil, how could I resist ;-) Concept: _GREAT!_ I could expand on this and start a rant, this suffices. Everything went smoothly, using Explorer...
885
Nick Didkovsky
doctornerve
Dec 18, 2001 4:13 pm
Hi Phil, Tried this with IE and Windows 98, on a machine that never encountered JavaSonics before SineControl sounded but did not pan Recorder barfed with the...
886
Phil Burk
philburk_94901
Dec 18, 2001 4:25 pm
Hi Nick, THANKS for responding. ... Hmm. Maybe JavaSound doesn't always support panning! ... Thanks. JavaSound recording needs a signed Applet. I will sign it...
887
Nick Didkovsky
doctornerve
Dec 18, 2001 4:35 pm
Hi Phil, ok, I deleted two JavaSonics files from C:\WINDOWS92;DownloadedPrograms Went back to SineControl Got a null pointer exception at startAudio() Went to...
888
Phil Burk
philburk_94901
Dec 18, 2001 5:07 pm
... ok, ... Thanks for checking that. Theoretically, if I keep my version numbers increasing properly, then the Java Package Manager will overwrite the old ...
889
James Forrest
honksandsirens
Dec 18, 2001 6:46 pm
tried javasonics on mac os 9.2 with i.e. installed the plugin. everything
worked great! as in nick's case, sound distorted when panned hard right or
hard...
890
Phil Burk
philburk_94901
Dec 18, 2001 8:46 pm
Hello James, Thanks for the detailed feedback. From: "James Forrest" <honksandsirens@...> ... everything ... or ... Yes. JavaSound does that so I had to...