fix g726 codec

This commit is contained in:
chaos 2023-10-20 16:52:50 +01:00
parent 4b6ad42c8b
commit 50a5e0e778
No known key found for this signature in database

View file

@ -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()
},
})