Skip to content

cvanpay/avutils

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

avutils

This package is an attempt to provide an R interface to the DiViMe tools. In addition, it provides some utilities dealing with audio and video (based on ffmpeg and sox) and dealing with ELAN .eaf files.

I wrote and tested this package on a MacOS system. Testing in Windows was very limitied up to now and I suspect there might be some glitches specific to how file paths are handled in Windows.

Current functionality:

  • get info about audio and video files (duration, size, bit rate etc) and some basic file manipulations (extracting audio from video, split audio files)

  • read_elan extracts annotations and time stamps, separated by tiers, from ELAN .eaf files (fairly experimental)

  • rrtm2elan writes an .eaf file that can be opened in ELAN (very experimental)

  • set-up a virtual machine to run the DiViMe tools

  • run specific DiViMe tools, currently:

    • SAD noisemse, SAD opensmile, SAD tocombo

    • diartk

    • yunitator

    • vcm

    • wce word count estimator

Requirements:

And finally, in order to install the actual R package, use:

library(devtools)

install_github("gobbios/avutils")

FAQ

About

DiViMe interface and utilities dealing with audio and video files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • R 94.8%
  • Python 5.2%