Howl player

Discussion about Cock Hero and other sexy videos.

Moderator: andyp

Post Reply
Ginryuu
Explorer
Explorer
Posts: 12
Joined: Mon Sep 06, 2010 4:20 pm

Howl player

Post by Ginryuu »

Howl app: GitHub - Amethyst-Sysadmin/Howl
It’s one of the best apps to control DG-lab Coyote e-stim devices which also allows you to play funscripts while modulating frequency based on your preferences. With the latest update Amethyst_sysadmin added remote control api which I modified into html video player. It allows you to control Howl app, load .hwl, .funscript or .mp3 files directly from PC and sync them to video. You can also queue video+script pairs or separate files. Delay sliders allow you to offset channels playback (not for funscripts since they only have 1 channel)

Download or use it online

I also made a tool to convert .hwl files to funscripts and back (and modify them a bit). It has visualizer so you could see what you get before exporting (kinda laggy for big dense files). Works with mp3 (with some limitations).

Download or use it online
newmossie
Curious Newbie
Curious Newbie
Posts: 1
Joined: Tue Sep 30, 2025 7:40 pm

Re: Howl player

Post by newmossie »

Thanks! This is brilliant!

It's so much more handy than using Kodi to sync scripts.
Ginryuu
Explorer
Explorer
Posts: 12
Joined: Mon Sep 06, 2010 4:20 pm

Re: Howl player

Post by Ginryuu »

I wasted a couple of hours trying to make Kodi work. And failed :lol:
That's the main reason I made this.
MrDigital
Explorer At Heart
Explorer At Heart
Posts: 107
Joined: Sat Oct 29, 2011 2:18 pm
Location: Germany

Re: Howl player

Post by MrDigital »

How can i connect to howl or coyote?

And when i export a .hwl i get a file with only:

YEAHBOI!
and rest is empty - but file is around 3mb.
tried firefox and chrome
Ginryuu
Explorer
Explorer
Posts: 12
Joined: Mon Sep 06, 2010 4:20 pm

Re: Howl player

Post by Ginryuu »

You need to enable "Allow remote access" in howl settings. There is remote access key just under it which you need to copy. Then you go to wifi settings of your phone to see your ip (or you can probably get it in your router settings). Phone and pc must be in the same network. Then you paste ip and key into player on connection tab and it should work.

I just checked hwl export. It works for funscripts to hwl but exports empty files for mp3 to hwl (which I forgot to check). Looks like I messed up with buffers somewhere. I'll probably look into it tomorrow.
For now, as a workaround, you can click "generate funscripts from HWL", then "generate HWL from funscripts" and export.
MrDigital
Explorer At Heart
Explorer At Heart
Posts: 107
Joined: Sat Oct 29, 2011 2:18 pm
Location: Germany

Re: Howl player

Post by MrDigital »

But where is the connection Tab to Insert the IP?
Electro
Explorer At Heart
Explorer At Heart
Posts: 564
Joined: Thu Feb 13, 2020 9:45 am

Re: Howl player

Post by Electro »

MrDigital wrote: Thu Jun 04, 2026 11:56 pm But where is the connection Tab to Insert the IP?
I found this unintuitive too, you need to hover around the bottom to get 3 tabs to appear and one of them says connection.
MrDigital
Explorer At Heart
Explorer At Heart
Posts: 107
Joined: Sat Oct 29, 2011 2:18 pm
Location: Germany

Re: Howl player

Post by MrDigital »

ah - thank you. It works!

But I'm not sure if the "workaround" does the same as direclty create .hwl files from mp3?
Ginryuu
Explorer
Explorer
Posts: 12
Joined: Mon Sep 06, 2010 4:20 pm

Re: Howl player

Post by Ginryuu »

Yes, it does exactly the same. HWL to fs conversion keeps all the points as they are. fs to hwl adjusts all the points to fit 25ms step (the same as coyote firmware uses). In this case it already fits (and the step is too small for you to notice any difference anyway).
Mind that my converter uses not the most precise method for mp3 conversion. It's more like quick and dirty way. I'm not sure it reads frequency as was intended and I had to add some interpolation, but I generally liked the result so I decided to keep it. Should feel better then what xtoys does at least. I tried converting Mistress And Control Box and got these very fun sections:
mcb.jpg
mcb.jpg (81.11 KiB) Viewed 445 times
I believe xtoys just smooths them into line (I might be wrong but it's what it looks like).
There seems to be no way to implement proper converter with browser limitations. If you want to convert properly, you should check this tool from Howl author: https://github.com/Amethyst-Sysadmin/Ho ... hwl-format

I fixed hwl export (it was trying to export fs channels instead of hwl so you got empty file) and some bugs in fs to hwl conversion.
bottom bar in player should now be visible by default.
Thank you for feedback! :-)
Post Reply