diff options
Diffstat (limited to 'src/constants.rs')
-rw-r--r-- | src/constants.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/constants.rs b/src/constants.rs index e981c8c..066684d 100644 --- a/src/constants.rs +++ b/src/constants.rs @@ -19,3 +19,4 @@ pub const C64_LIGHT_BLUE: [u8; 3] = [0, 136, 255]; pub const C64_LIGHT_GREY: [u8; 3] = [187, 187, 187]; pub const VOLUME: f32 = 0.02; +pub const SAMPLE_RATE: usize = 44100; |