Added config option for bitrate (#270)
* added config option for bitrate * updated README.md to include bitrate config options
This commit is contained in:
@@ -20,6 +20,7 @@ pub struct Config {
|
||||
pub volnorm: Option<bool>,
|
||||
pub volnorm_pregain: Option<f32>,
|
||||
pub notify: Option<bool>,
|
||||
pub bitrate: Option<u32>,
|
||||
}
|
||||
|
||||
#[derive(Serialize, Deserialize, Debug, Default, Clone)]
|
||||
|
||||
Reference in New Issue
Block a user