MycroftAI / adapt

Adapt Intent Parser
Apache License 2.0
711 stars 155 forks source link

How do I use audio for intent classification? Any code? #105

Closed v007rj closed 3 years ago

v007rj commented 4 years ago

How to submit an Issue to a Mycroft repository

When submitting an Issue to a Mycroft repository, please follow these guidelines to help us help you.

Be clear about the software, hardware and version you are running

For example:

Try to provide steps that we can use to replicate the Issue

For example:

  1. Burn the 0.9.10 image to Micro SD card using Etcher
  2. Seat the Micro SD card in the RPi 3
  3. Boot Picroft
  4. Wait 3 minutes
  5. The red light will come on indicating that the RPi 3 is overheating
  6. Running htop via the command line indicates a number of Zombie'd processes

Be as specific as possible about the expected condition, and the deviation from expected condition.

This is called object-deviation format. Specify the object, then the deviation of the object from an expected condition.

Example 1:

Example 2:

Example 3:

Provide log files or other output to help us see the error

We will normally require log files or other troubleshooting information to assist you with your Issue.

This documentation explains how to find log files.

As of version 0.9.10, the Support Skill also helps to automate gathering support information.

Simply say:

and the Skill will put together a support package which you can email to us.

Upload any files to the Issue that will be useful in helping us to investigate

Please ensure you upload any relevant files - such as screenshots - which will aid us investigating.

forslund commented 4 years ago

Adapt works on text so you need to use something like speech recognition to convert speech to text before using adapt to parse it.

forslund commented 3 years ago

Since there's been no further response I'm closing this question.