Added constant for flac file extension (#25)

This commit was merged in pull request #25.
This commit is contained in:
KD
2025-02-18 20:09:49 -05:00
committed by GitHub
parent a4d026e41f
commit c3718c5add
+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";