Re: [Pgui-devel] beep parameters

2001-10-23 Thread Philippe Ney
Right. Just finished now. -philippe > Sound hardware does vary greatly, and the beep parameters are a function of this > particular driver, not PicoGUI itself. So, you should use the "input-tsinput" > config section instead of "sound". > > Also, is there a possibility that you could rename the

Re: [Pgui-devel] beep parameters

2001-10-22 Thread Micah Dowty
Sound hardware does vary greatly, and the beep parameters are a function of this particular driver, not PicoGUI itself. So, you should use the "input-tsinput" config section instead of "sound". Also, is there a possibility that you could rename the tsinput driver to something more descriptibe, ma

[Pgui-devel] beep parameters

2001-10-22 Thread Philippe Ney
Hi Micah, I added sound support for ChipSlice through tsinput. To have a some possibility to customize the beep sound, I used the same two params (frequency & length) as on a pc. Those could be passed to the server following the config/command_line syntax (sound.frequency & sound.length). I thin