add two new file type

This commit is contained in:
tTh 2023-12-05 03:14:04 +01:00
parent 7ac8a917a4
commit b3ee8a0ccd
2 changed files with 5 additions and 0 deletions

3
Ecoute/.gitignore vendored
View File

@ -6,3 +6,6 @@ ecoute
*.flac
*.mp3
*.au
*.opus
toto

View File

@ -43,6 +43,8 @@ int fileselector(void);
#define SON_OGG 20
#define SON_SPEEX 21
#define SON_FLAC 22
#define SON_OPUS 23
#define SON_MP3 24
#define SON_AU 128
/*