#93: Uploading wav songs works. Moving on to flac support

This commit is contained in:
kdeng00
2024-07-22 19:50:03 -04:00
parent 829eb2925b
commit 43b2bf27be
6 changed files with 66 additions and 102 deletions
+2
View File
@@ -2,7 +2,9 @@ namespace Icarus.Constants;
public class FileExtensions
{
// Contains the default audio file extension with period at the beginning
public static string DEFAULT_AUDIO_EXTENSION = WAV_EXTENSION;
// Contains file extension with period at the beginning
public static string MP3_EXTENSION = ".mp3";