
Uploaded the fork in case anyone wants to try it. Didn't bother duping volume for the second channel since it's just a POC. https://github.com/darthjj420/restim
Moderator: andyp

Hello everyone! I will try to describe in detail how I launched Restim 1.30 on my computer MacBook Air (13-inch, 2017), Intel Core i5, macOS Monterey 12.7.5thebears73 wrote: Sat Jan 18, 2025 10:37 pm no idea what you guys are talking about. Any pictures to help tell the story of what actually needs to be done here to get this to run on a mac?
Code: Select all
python3 -m pip install -r requirements.txt
python3 restim.pyAwesome that you're making a guide to help people out!yetatu wrote: Tue Jan 21, 2025 10:34 pm Hello everyone! I will try to describe in detail how I launched Restim 1.30 on my computer MacBook Air (13-inch, 2017), Intel Core i5, macOS Monterey 12.7.5
Code: Select all
chmod +x run.shCode: Select all
./run.shI am not a developer and I know Python very superficially! I just tried to describe in detail the steps by which I was able to launch Restim.darthjj wrote: Wed Jan 22, 2025 8:34 amIf you don't use virtual env, which is perfectly fine, then I don't see why you would need anything more than just "python3 restim.py" when running it again in the future (point 5).yetatu wrote: Tue Jan 21, 2025 10:34 pm Hello everyone! I will try to describe in detail how I launched Restim 1.30 on my computer MacBook Air (13-inch, 2017), Intel Core i5, macOS Monterey 12.7.5

Cool. There was some discussion about this recently on discord, but I haven't taken the time to implement/test it yet. I would like to move towards a new protocol in the future that support per-pulse control, but that is still a long way off.darthjj wrote: Tue Jan 21, 2025 8:30 pm I just did an experiment with Restim which might have some potential..
Qt libraries are installed via pip.darthjj wrote: Wed Jan 22, 2025 8:34 am However, I think it's possible that it needs Qt to be installed in the OS, which would be a different procedure for different distributions. No idea how that works on Mac.
It is possible via some elaborate audio routing, it requires voicemeeter and the xtoys desktop app, it's not very easy to setup. Mostly because the voicemeeter UX is terrible. But I don't really recommend this, the entire point of restim is to create nice threephase signals and the coyote hardware doesn't support threephase. Neither does the xtoys audio parsing algorithm.Bouncyboingboing wrote: Thu Jan 23, 2025 3:11 am I also have a coyote V3. I've searched the forum and read the WIKI for restim and it would seem that it's possible to connect the coyote to receive the restim signal, but I can't figure it out. Is it possible? Can anyone help me with directions on how to do it?
Thanks


Yes, click the 'search paths' button at the bottom of the media sync screen.emiumfinal wrote: Sun Jan 26, 2025 2:09 am Just getting started with Restim - had it configured with MPV and MFP and then realized that is no longer really needed so thanks for making things simpler. Question I had though, maybe I missed it somewhere, but is it possible to configure a different folder location for the Funscripts from the videos themselves? I have a folder with all my videos in it, and it would be nice to keep that folder clean by having another folder where I put the funscripts (since there are now quite a few for some videos) but I didn't see a way to do that.


There is [volume] section in ini file... set to what you want to be default (20 here)Pinco wrote: Thu Feb 13, 2025 1:28 pm hi diglet,
How can I start restim with 100% of volume-volume ramp by default?
When I start restim the volume-volume ramp is set at 10% and any volume.funscript is applied to this 10% (I mean if volume.funscript is at 10% the overall output volume is 1% etc). So every time I have to increase the volume-volume ramp to 80-100% to achieve a good output level.
I also tried changing Funscript/T-code min volume value with no success.
Thanks
Code: Select all
[volume]
...
default_level=20