Added constant for flac file extension #25

Merged
kdeng00 merged 1 commits from flac_support into master 2025-02-18 20:09:49 -05:00
Showing only changes of commit b844bd084b - Show all commits
+1
View File
@@ -1,3 +1,4 @@
pub const WAV_FILE_EXTENSION: &str = ".wav";
pub const FLAC_FILE_EXTENSION: &str = ".flac";
pub const _MP3_FILE_EXTENSION: &str = ".mp3";
pub const JPG_FILE_EXTENSION: &str = ".jpg";