Skip to content

ASR API enhancements #4

@ar13pit

Description

@ar13pit
  • 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 required
  • Let 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

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions