Compare commits

..

No commits in common. "b3ee8a0ccd6486604d8da77cc20f87748287e1de" and "00fc91a451df2ca31d185ed436ecc90145fc3a77" have entirely different histories.

3 changed files with 0 additions and 7 deletions

3
Ecoute/.gitignore vendored
View File

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

View File

@ -43,8 +43,6 @@ 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
/*

View File

@ -124,9 +124,7 @@ while ( (lu=sf_read_short(sndf, samples, T_BUFFER)) > 0 )
wrefresh(popup);
}
#if DEBUG_LEVEL
fprintf(stderr, "maxsample = %d\n", maxsample);
#endif
/*
* some cleanup...