kopia lustrzana https://github.com/jameshball/osci-render
7 wiersze
97 B
C
7 wiersze
97 B
C
![]() |
#pragma once
|
||
|
|
||
|
class SampleRateManager {
|
||
|
public:
|
||
|
virtual double getSampleRate() = 0;
|
||
|
};
|