Skip to content
Compare
Choose a tag to compare
@jwijffels jwijffels released this 18 Mar 21:41

CHANGES IN audio.vadsilero VERSION 0.2

  • Disable the gradient history recording & set model in evaluation (inference) mode
  • Replace package wav with package audio for reading in the wav file
  • Default to 1 thread to use as multithreading slows down on CPU
  • Use sapply instead of for loop to loop over the windowed samples inside a with_no_grad chunk
  • Function silero no longer requires to provide the sample_rate, this is now extracted using audio::load.wave
  • Factor out the use of package av to only the examples - internally replaced with package audio