mirror of
https://github.com/OMGeeky/flucto-heisskleber.git
synced 2026-01-03 10:05:25 +01:00
7 lines
98 B
Python
7 lines
98 B
Python
from dataclasses import dataclass
|
|
|
|
|
|
@dataclass
|
|
class ResamplerConf:
|
|
resample_rate: int = 1000
|