audio-river/doc/feedback.md

31 lines
812 B
Markdown

Read stream feedback {#audio_river_feedback}
====================
@tableofcontents
Objectifs: {#audio_river_feedback_objectif}
==========
- Implement a feedback.
Bases: {#audio_river_feedback_base}
======
A feedback is a stream that is generated by an output.
To get a feedback this is the same implementation of an input and link it on an output.
What change:
```{.cpp}
//Get the generic feedback on speaker:
interface = manager->createFeedback(48000,
etk::Vector<audio::channel>(),
audio::format_int16,
"speaker");
```
**Note:** Input interface does not provide feedback.