Page 1 of 1

synchronize estim to VR videos

Posted: Thu Jan 27, 2022 11:25 am
by user left
Anybody experience with synchronizing e-stim with VR videos?

Re: synchronize estim to VR videos

Posted: Fri Jan 28, 2022 11:32 am
by Stimaddict
Easiest way would be to run your synched audio through a separate device then start your video and audio together at the same time.

Personally I've never found the need to synch the audio. I prefer to just play my favourite stimfiles alongside VR videos. To me it feels much better that way.

Re: synchronize estim to VR videos

Posted: Fri Jan 28, 2022 11:48 am
by user left
Stimaddict wrote: Fri Jan 28, 2022 11:32 am Easiest way would be to run your synched audio through a separate device then start your video and audio together at the same time.

Personally I've never found the need to synch the audio. I prefer to just play my favourite stimfiles alongside VR videos. To me it feels much better that way.
Thanks for your response Stimaddict. In VR it is all about immersiveness. If things happen in sync, so what happens on screen corresponds more or less with your estim signal would enhance immersiveness greatly. It makes you more part of the scene yourself. Without sync you are only a spectator and not participating (more or less). For me sync'ing is the way to go and can hance the experience greatly.

Re: synchronize estim to VR videos

Posted: Fri Jan 28, 2022 7:09 pm
by mojitoman
I wrote a litte script which starts 2 instances of MPV (a media player) on my Linux laptop.

In this script the audio output port of the two instances is definded.
One instance outputs the normal audio trough the headphone port, the other outputs the estim audio trough an USB audio interface or USB soundcard.

I have no experience with VR though.

Re: synchronize estim to VR videos

Posted: Sat Jan 29, 2022 9:54 am
by user left
I found some info on funscripts. They are used to sync between (VR)video and a masturbator like The Handy. And I found somebody who made a tool which converts these files to audio files (program is called funstim). Looks very promising. As I have no e-stim box yet I am not able to test this. Anybody else experience with converting funscripts to e-stim audio files?

Re: synchronize estim to VR videos

Posted: Sat Jul 09, 2022 4:11 pm
by pablo
@mojitoman: Are you able to share your script file?

Re: synchronize estim to VR videos

Posted: Tue Oct 04, 2022 7:13 pm
by sparkz4
Hi pablo,
I am not sure if mojitoman replied back to you with his mpv script.

But I was curious and wrote this very basic script to demo how this could be done using mpv on linux. I hope it is self descriptive and helps.

Dont forget mpv can play either a playlist or even a randomised shuffle of files from a directory too.

bash shell script is below

#!/bin/sh

# lists your audio devices
# using mpv --audio-device=help

# from the list, if have the following, i use the built-in speaker for audio from the movie
# and I used a usb audio adapter for the audiostim
#
# 'pulse/alsa_output.pci-0000_00_1b.0.analog-stereo' (Built-in Audio Analog Stereo)
# 'pulse/alsa_output.usb-GeneralPlus_USB_Audio_Device-00.analog-stereo' (USB Audio Device Analog Stereo)


movie="test_movie.mp4"
stim="test_stim.mp3"

onboard_audio="pulse/alsa_output.pci-0000_00_1b.0.analog-stereo"
usb_audio="pulse/alsa_output.usb-GeneralPlus_USB_Audio_Device-00.analog-stereo"

# start the movie
mpv --audio-device=$onboard_audio $movie &

#start the audio stim
mpv --audio-device=$usb_audio $stim &

Re: synchronize estim to VR videos

Posted: Mon Feb 27, 2023 12:41 am
by lucindrea
All you need is scriptplayer https://github.com/FredTungsten/ScriptPlayer/releases just name the mp3 the same as the 3d video and it will auto sync - also you can get tons of fun scripts online or even on sites some sites (sexlikereal) and script player will convert on the fly and play to the audio device you select , meanwhile it's synced with deovr inside the headset - so scriptplayer on pc with audio out and devovr installed on the headset (or steam etc)
you need to enable expert in the options to see the e-stim and funscript settings.