-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Moving saver from audio source to ASR. We have an api to get chunks. Let the module connecting to the source (i.e. ASR) decide whether saving is requiredLet ASR api start and stop stream, instead of doing it explicitly as it serves no particular purpose outside the ASR environment- Unify Source, ASR, Sink base classes as a Pipeline base class
- Provide an interface to allow pipeline elements to connect to each other
- Define a pipeline class that takes in pipeline elements and controls the data flow from source to sink. (Unidirectional information flow)
- Remove calls to source and sink methods in elements. Let pipeline class handle the movement of data between different elements.
Work being done in branch feature/split_sink and PR #5
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request