issues
search
dpirch
/
libfvad
Voice activity detection (VAD) library, based on WebRTC's VAD engine
BSD 3-Clause "New" or "Revised" License
499
stars
176
forks
source link
Resolve warnings
#16
Closed
Gamemackerel
closed
4 years ago
Gamemackerel
commented
4 years ago
Use
void
to specify that
fvad_new
takes no arguments
Change
rate_idx
to be type
size_t
so that line 77 of fvad.c does not attempt casting
size_t
to
int
void
to specify thatfvad_new
takes no argumentsrate_idx
to be typesize_t
so that line 77 of fvad.c does not attempt castingsize_t
toint