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