processStream abstract method

Stream<List<int>> processStream(
  1. Stream<List<int>> inputStream
)

Process audio stream (for real-time)

Implementation

Stream<List<int>> processStream(Stream<List<int>> inputStream);