Welcome to the Second Life Forums Archive

These forums are CLOSED. Please visit the new forums HERE

Virtual Output Interface

Mauro Tammas
Registered User
Join date: 16 Mar 2007
Posts: 7
03-20-2007 07:53
I'm a professional and expert Bioelectronic eng.
I've created a multichannel electric stimulator able to give real contact sensations using complex stimulus signal generated from a DSP card.
But i'm a script newbie an not are able to interface well my system to SL.
The only way i found is output info throught audio output in ultrasonic frequencies band how subtone levels.
Exists a simplest way to output data from a script to a computer interface like USB or RS232.
Very low band is required, the external hardware is able to interpolate and make continuos the fragmented out data.

Is not a low cost system, but works well. I'm searching help to complete my project.

Thanks.
Destiny Niles
Registered User
Join date: 23 Aug 2006
Posts: 949
03-20-2007 08:36
OK. I guess you are having a fancy way of saying you have a remote dildo. But I'm not sure.
But to answer your question.
LSL supports playing sounds so you would probably upload the command sound files and have them trigger at the proper time. Your system would then process the sound.
Look in the lslwiki for llPlaySound.
Rael Delcon
Registered User
Join date: 23 Nov 2006
Posts: 86
03-20-2007 09:12
Mauro, I would suggest you to give a look at SLProxy that is included in the libsecondilife project (http://www.libsecondlife.org).

It's a component that allows you to capture incoming data from the SL World and process them Client side.


In theory (I never tried) it should be possible to do the following:

CODE

network
[SL SERVER] <------------> [SL Proxy] <---> [SL Client]
|
o--> [msg filter] --> [Serial Port]


You will have to write the message filter (you should write some command decoder anyway) and you might need to play with SLProxy code a bit to make it work as you need it.

And, yes, on the Internet you can find reference to this technique used to create exactly the application Destiny mentioned :)

Here it is: http://www.slashdong.org/content/projects/freesex_network/freesex_sl_2.php

Rael
qDot Bunnyhug
Robot Breaker
Join date: 19 Jul 2005
Posts: 63
03-21-2007 11:41
Hey! I'll be happy to help. Throw an IM at qDot Bunnyhug in world.
Mauro Tammas
Registered User
Join date: 16 Mar 2007
Posts: 7
03-23-2007 01:35
My system is not a remote dildo, but is able to stimulate with precision four muscles, cock, balls ad asshole. Is possible feel a soft touch, how whipping pain in realistic way.
I've already tried the Destiny Niels sugestion, but PlaySound and LoopSound are low quality and limited outputchannel for my system. Further if the volume level is changed there are many problem to mask unwanted pulse.
System is composed but a Mutlichannel Dsp Card and a optocoupled HigTension stimulus generator. Like an electrostimulator, but signal are so complex that require a power sintesys system.
What I'm serching is something like Rael Delcon proposed. I'll find info about the structure suggested.
Oneother help line is the best way to create a sensing of the stimulis, i thought to object attachment on hands, cock, ecc.. should be correct?.
So a skilled scripter writer should be many helpfull.

For the Animation is very simple, is neccessary recond a stimulus track for it, but i want to found a lower sensing mode that work well in every condiction.

This one in not only a real exciting device, but could be a commercial important product if done in the right way. A two channel low cost system, one for cock and the other for addominal muscle should be a good commercial start point.

I have a hardware production society, so i'll be able to produce it. Some problems sholud be the sicurity certification, because its a high tension bioelectrical system and should be dangerous if used improperly.