Added constant for flac file extension

This commit is contained in:
phoenix
2025-02-16 17:48:16 -05:00
parent 6aa6f548a9
commit b844bd084b
+1
View File
@@ -1,3 +1,4 @@
pub const WAV_FILE_EXTENSION: &str = ".wav"; pub const WAV_FILE_EXTENSION: &str = ".wav";
pub const FLAC_FILE_EXTENSION: &str = ".flac";
pub const _MP3_FILE_EXTENSION: &str = ".mp3"; pub const _MP3_FILE_EXTENSION: &str = ".mp3";
pub const JPG_FILE_EXTENSION: &str = ".jpg"; pub const JPG_FILE_EXTENSION: &str = ".jpg";