├── .gitignore ├── LICENSE ├── README.md ├── vad.c └── vad.h /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cirosilvano/easyvad/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cirosilvano/easyvad/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cirosilvano/easyvad/HEAD/README.md -------------------------------------------------------------------------------- /vad.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cirosilvano/easyvad/HEAD/vad.c -------------------------------------------------------------------------------- /vad.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cirosilvano/easyvad/HEAD/vad.h --------------------------------------------------------------------------------