Getting audio in skill

Is there a way to get the audio of the question that triggered the skill?
Thank You

Not by default, but when you activate record_utteranrcesin the listener-section of mycroft.conf the audio recording of your questions will be saved in the temp-folder, e.g.

"listener": {
    "record_utterances": true
  }
1 Like