enhancing named pipe to work cross OS
Posted: Thu May 13, 2021 10:53 am
my understanding is that named pipe only works on the same computer, maybe for windows even across multiple machines (but I am unclear about that).
Our scenario is that we run Audacity on a Windows10 VM, but our Python notebooks on a powerful CentOS linux server. We would love to remote control (windows) audacity from that (linux) Python jupyter notebooks.
Namely display and listen to specific audio files, including manipulating label tracks, based on speech or speaker recognition.
Would it be possible to add a gRPC server (inluding authentication like oauth2) ?
I would be happy to give it a try.
Any thoughts/concerns?
Our scenario is that we run Audacity on a Windows10 VM, but our Python notebooks on a powerful CentOS linux server. We would love to remote control (windows) audacity from that (linux) Python jupyter notebooks.
Namely display and listen to specific audio files, including manipulating label tracks, based on speech or speaker recognition.
Would it be possible to add a gRPC server (inluding authentication like oauth2) ?
I would be happy to give it a try.
Any thoughts/concerns?