jasperproject / jasper-client

Client code for Jasper voice computing platform
MIT License
4.53k stars 1.01k forks source link

Using jasper to record a paging system's messages #701

Closed mattbilodeau closed 6 years ago

mattbilodeau commented 6 years ago

I'm looking to translate a paging systems messages. My idea is to have Jasper's name set to "", or something that translates to a beep and make a module that records whatever is said to a text file based on the date of recording.

Is it possible to set jaspers name to "", or to a beep noise

mattbilodeau commented 6 years ago

I think i have it figured out logically, i'm going to change the Name to BEEP and use the Unclear module to process the text and send it off to a file based on the datetime of the message.

the Messages come in the format of BEEP what i want to record what i want to record closing the issue.