Skip to content

Commit

Permalink
feat:stream extraction
Browse files Browse the repository at this point in the history
use the stream extractors before delegating to audio service
  • Loading branch information
JarbasAl committed Sep 12, 2024
1 parent ecadb86 commit c33228b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ovos_audio/audio.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

import time
from threading import Lock

from typing import List, Tuple
from ovos_bus_client.message import Message
from ovos_bus_client.message import dig_for_message
from ovos_config.config import Configuration
Expand Down

0 comments on commit c33228b

Please sign in to comment.