Show HN: I created a Python library to control a Zoom H6 recorder
11–15 of 15 posts
Re: Show HN: I created a Python library to control a Zoom H6 recorder
#12Re: Show HN: I created a Python library to control a Zoom H6 recorder
#13I 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…
Really good stuff! Would this work for a H4n Pro? Regardless, thanks for the effort! Strange thing, your comment shows as 2 days old in this reply window, but the submission says "1 hour ago".
I'm not sure if it will work in other recorders. I wrote them an email asking if the remote is compatible with various models. I'll post their answer in the GitHub repo (https://github.com/mattogodoy/h6/issues/1) as soon as they write back.
Re: Show HN: I created a Python library to control a Zoom H6 recorder
#14Why recorder.send('record') instead of recorder.record() As the latter allows better error control and also add something like record(60). Which would start a timer and stop after 60seconds.
Passing the time as an argument is a good idea! I'll take it into account.
Re: Show HN: I created a Python library to control a Zoom H6 recorder
#15Very cool, very well done. 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!