vector-python-sdk icon indicating copy to clipboard operation
vector-python-sdk copied to clipboard

Microphone Access

Open krisnova opened this issue 4 years ago • 2 comments

Hey everyone,

Thanks for this SDK. I am wondering if there is a way to access the Vector microphone?

krisnova avatar Jun 26 '20 09:06 krisnova

@krisnova, most probably it's a late reply, I've looked up, both in the API documentation and in the source code of the SDK it is not described how to get the audio feed from Vector's microphone.

After some digging, it appears that this functionality existed at some point, but it was removed: https://github.com/anki/vector-python-sdk/pull/20/commits/140d0aaa439e54dc3396c01d8342ea405493090c due to the functionality most likely being experimental and needing proper documentation/refinement/refactoring before the release of v0.6.0, after which the project has been abandoned.

If anyone with python skills can look into this, and extract back the feature, that would be great.

otanim avatar Nov 01 '22 15:11 otanim

Well.. seems I need it for a project. I'll take a crack at it!

SummerSigh avatar May 10 '23 02:05 SummerSigh