Skip to content
Snippets Groups Projects
Verified Commit 95cc182c authored by João Magalhães's avatar João Magalhães :rocket:
Browse files

feat: new volume control

parent e3389d30
No related branches found
No related tags found
1 merge request!19Initial tentative audio support 🔉
Pipeline #2298 passed
...@@ -24,7 +24,7 @@ static TITLE: &str = "Boytacean"; ...@@ -24,7 +24,7 @@ static TITLE: &str = "Boytacean";
/// Base audio volume to be used as the basis of the /// Base audio volume to be used as the basis of the
/// amplification level of the volume /// amplification level of the volume
static VOLUME: f32 = 40.0; static VOLUME: f32 = 64.0;
pub struct Benchmark { pub struct Benchmark {
count: usize, count: usize,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment