My estim teasing software

Webteases are great, but what if you're in the mood for a slightly more immersive experience? Chat about Tease AI and other offline tease software.

Moderator: 1885

Post Reply
vaginalitch
Curious Newbie
Curious Newbie
Posts: 4
Joined: Tue Jun 02, 2015 9:43 am

My estim teasing software

Post by vaginalitch »

A while ago I stumbled upon a series of BratPrincess2 videos, where one or a couple of girls tease a tied up guy who is being milked by a machine. Whenever the guy becomes too aroused, a shock is applied to his balls. Of course, this is most propably fictionous (at least for the arousal detection part), but I started thinking how I could apply this in my estim sessions.
bp2.jpg
bp2.jpg (51.65 KiB) Viewed 4956 times
Since my only programming experience was ActionScript 2.0 (in the long dead Flash), I started by creating a very crude video player that would play random estim clips (funscript conversions I've done), gradually increasing the stim volume over time. Each clip is 20-60 seconds long - I just sliced videos into tiny bits. The biggest downside of this solution is that all videos have to be converted to an obsolete FLV video format, but fuck that - it works :D
cliphero.jpg
cliphero.jpg (231.92 KiB) Viewed 4961 times
Anyway - then I created a prototype "arousal detection device". Since, at least I, get very hard from stimming only when I'm very close to the edge, the simple device only needs to return two states: on (when getting close to the edge) and off (when not). In essence, it's a piece of plywood with cock and balls put through it. Above the cock is a hinged lid with a tilt switch on it. The tilt switch is connected by wires to the pc's mouse left button. When I'm not totally hard - it does nothing. When I'm getting close to the edge, my cock raises the lid, turns the tilt switch on and this registers as a left mouse click in the player, turning the stim volume down so I don't go over the edge. Whenever I calm down a bit, the lid lowers and the power goes back again. But if the mouse click persists for more than 5 seconds (if I'm still hard even though the volume has dropped significantly), a pain file is played. Simple, yet effective :)
click.jpg
click.jpg (100.1 KiB) Viewed 4961 times
I also added a couple of random "modes" to my player to spice up the fun: an endurance mode (plays a couple of clips in a row with a higher volume), a sudden edge mode (one clip with a much higher volume), a ladder mode, and a tease and denial mode.

I'm looking for thoughts concepts on how to expand on the idea of this app and make it even more fun. Anyone? :)

Ps. If anyone is interested in the "software" - it does run as a standalone app on all Windows versions and doesn't require the "arousal detection device" to work, since it's really mouse-operated. Be mindful though it's really crude, still work in progress, and you'll have to feed it with your own estim videos if you want to use it. Mine are too many to share ;)
User avatar
markus
Explorer At Heart
Explorer At Heart
Posts: 869
Joined: Tue Nov 18, 2008 11:09 pm

Re: My estim teasing software

Post by markus »

Hi and welcome to the forum! :wave:

I just felt like I HAVE to write something on this, see, I am personally not (and I mean really not!) into estim, but this is too good!

I just love the creativity, the way you improvise, the way you think around the corner to find solutions for what you want to achieve, with the materials and skills you have, ... impressive.
If there just would be more solutionists like you *both thumbs up*.

Thanks for sharing this!
Btw.: I still don't get the grin off my face with that On/Off picture, priceless! :-D



vaginalitch wrote: Thu Jun 06, 2024 12:10 pm but fuck that - it works :D
That's the spirit! :yes:

I also added a couple of random "modes" to my player to spice up the fun: an endurance mode (plays a couple of clips in a row with a higher volume), a sudden edge mode (one clip with a much higher volume), a ladder mode, and a tease and denial mode.

I'm looking for thoughts concepts on how to expand on the idea of this app and make it even more fun. Anyone? :)
You can always take a look around at other project for inspiration, ... personally I like slowmotion added randomly to clips (but I guess for that you would have to go with the VLClib (which can be a bitch!), or you maybe could play some random taunting audio files in between (depends on the type of videos if that would make sense).

And I really don't want to convince you, just want to mention that this would be a nice project to be done in Tai, ... anyway, ... if you ever go that way, don't hesitate to ask, ... you'll get your own "Mr. Happy get's too happy"-button!

Keep it up (*g*) and best greetings,
Markus
User avatar
boundupone
Explorer At Heart
Explorer At Heart
Posts: 617
Joined: Sat Jun 01, 2013 8:01 pm
Gender: Male
Sexual Orientation: Straight
I am a: Switch

Re: My estim teasing software

Post by boundupone »

This is very interesting, i think if you wanted to allow others to play this, then a different trigger such as heart rate could be used to allow those without your exact setup or response to stim to use this (plus heartrate could be used whilst lying). is a very creative idea though which sounds like a lot of fun.
Try anything once!
vaginalitch
Curious Newbie
Curious Newbie
Posts: 4
Joined: Tue Jun 02, 2015 9:43 am

Re: My estim teasing software

Post by vaginalitch »

boundupone wrote: Fri Jun 07, 2024 11:22 am This is very interesting, i think if you wanted to allow others to play this, then a different trigger such as heart rate could be used to allow those without your exact setup or response to stim to use this (plus heartrate could be used whilst lying). is a very creative idea though which sounds like a lot of fun.
Adobe Flash, and ActionScript 2.0 are a VERY obsolete and limited. From accesing local files to all the input methods. These are limited to camera/microphone/keyboard/mouse. Any and all inputs from other devices, such as a heart rate monitor, are unfortunately out of the question as far as I know :( The only thing I came up with so far is to use a keyboard for more inputs - I could map various states of arousal to different keys, and so have more data coming in than simple on/off the mouse provides me with :)
markus wrote: Fri Jun 07, 2024 6:41 am I just love the creativity, the way you improvise, the way you think around the corner to find solutions for what you want to achieve, with the materials and skills you have, ... impressive.
If there just would be more solutionists like you *both thumbs up*.

Thanks for sharing this!
Btw.: I still don't get the grin off my face with that On/Off picture, priceless! :-D
Thanks, mate :D
vaginalitch
Curious Newbie
Curious Newbie
Posts: 4
Joined: Tue Jun 02, 2015 9:43 am

Re: My estim teasing software

Post by vaginalitch »

So I asked ChatGPT for help and man - did it deliver! I got flooded with so many great ideas I don't know how where to start, so I started implementing then one by one :)
These include:
- random mean events (like sudden volume drops follow by spikes)
- sensiivity regain periods
- random glitches (like inverting how arousal detection works for X seconds)
- lot's of new cool special modes
- an entire emergency cooldown procedure
- 8 progressive difficulty levels with progression conditions
- taunts
Man, I can't wait to have it all programmed in. Promise to share whatever comes out :)
ostermanblue2
Explorer At Heart
Explorer At Heart
Posts: 110
Joined: Mon Mar 13, 2017 12:13 am

Re: My estim teasing software

Post by ostermanblue2 »

There is a device called the "nogasm" which uses a signal from air pressure in an inflatable buttplug to sense when you are close to orgasm. Apparently there is some involuntary anal clenching that happens as orgasm approaches which can be used as a reliable indicator that orgasm is near. Just food for thought in case you're not happy with your arousal detection method.

I really wish I had the technical know-how that you're applying here..I'd love to come up with an edging torture device (and I don't know how long the waitlist is for a nogasm, but the price is prohibitive...)
Post Reply