Add audio stretching support
This commit is contained in:
parent
9cd79c25ed
commit
a6efff8b02
15 changed files with 50 additions and 0 deletions
|
@ -21,6 +21,10 @@ public:
|
|||
private:
|
||||
struct NullSinkStreamImpl final : SinkStream {
|
||||
void EnqueueSamples(u32 /*num_channels*/, const std::vector<s16>& /*samples*/) override {}
|
||||
|
||||
size_t SamplesInQueue(u32 /*num_channels*/) const override {
|
||||
return 0;
|
||||
}
|
||||
} null_sink_stream;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue