fix g726 codec
This commit is contained in:
parent
4b6ad42c8b
commit
50a5e0e778
|
@ -14,7 +14,7 @@ pub fn add_presets(preset_categories: &mut Vec<PresetCategory>) {
|
|||
sample_rate: Some("8000".to_string()),
|
||||
channels: Some("1".to_string()),
|
||||
bitrate: Some(format!("{}k", bitrate).to_string()),
|
||||
album_art_codec: Some("h264".to_string()),
|
||||
album_art_codec: Some("png".to_string()),
|
||||
..TranscodeConfig::default()
|
||||
},
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue