I guess you might find this useful. It's a Python3 library to emulate the remote control for a Zoom H6 recorder from your computer.
You can use it directly from the terminal, or import it in your Python scripts.
I created it because I was looking for a way to automate some steps in my podcast, and starting or stopping the recording was one of them. This led to a big rabbit hole to understand and emulate the commands sent by the real remote to the recorder. All the digging has finally paid up and the code works!
I hope you find this useful. Pull requests are also welcome.
I purchased the shure mv88 for iPhone. Great mic, but the patterns / settings can only be modified with the official motive app. Making it pretty limited.
It’s 2020 and you’re selling hardware. Why not open source the software / interface ffs!
Thanks for the suggestion!
The `send` command is able to send any of the valid commands, but the library also allows you to do `recorder.rec()` and `recorder.stop()`.
Passing the time as an argument is a good idea! I'll take it into account.
mattogodoy|5 years ago
I created it because I was looking for a way to automate some steps in my podcast, and starting or stopping the recording was one of them. This led to a big rabbit hole to understand and emulate the commands sent by the real remote to the recorder. All the digging has finally paid up and the code works!
I hope you find this useful. Pull requests are also welcome.
I'd love to know what you'll be using it for :)
bserge|5 years ago
Strange thing, your comment shows as 2 days old in this reply window, but the submission says "1 hour ago".
RileyJames|5 years ago
I purchased the shure mv88 for iPhone. Great mic, but the patterns / settings can only be modified with the official motive app. Making it pretty limited.
It’s 2020 and you’re selling hardware. Why not open source the software / interface ffs!
mattogodoy|5 years ago
im3w1l|5 years ago
su1000|5 years ago
Check
gbraad|5 years ago
mattogodoy|5 years ago
Passing the time as an argument is a good idea! I'll take it into account.
phaedrus|5 years ago
Nikhil833032|5 years ago
[deleted]
stefanmichael|5 years ago