Microphone - isir/greta GitHub Wiki
Microphone module to stream audio signals from one microphone to many modules.
Installation
- Install conda or anaconda from https://www.anaconda.com/
- Install python3 (usually installed with anaconda but not for some reasons [e.g. Path to "python.exe" is not set globally])
- You can test it by loading Greta - Microphone - backchannel.xml from Modular.jar. If it is correctly installed, Greta will do some nodding to your utterance.
Usage
- In Modular.jar, add Microphone module from Add->Input->Microphone
- Once you added the Microphone module, stream server is ready to connect (default protocol is TCP at port 9000 of localhost)
- You can modify the port number by replacing with your favorite number at the Microphone module in Modular.jar and press update button
- For more details, please check the following sources
- Microphone java project at https://github.com/isir/greta/tree/master/auxiliary/Microphone
- Python source code at https://github.com/isir/greta/tree/master/bin/Common/Data/microphone
Screenshot