Initial revision.

This commit is contained in:
scruzin 2019-08-08 15:01:16 +09:30
parent d32eac7394
commit dec7bd4870
1 changed files with 7 additions and 0 deletions

7
revid/audio_windows.go Normal file
View File

@ -0,0 +1,7 @@
// startAudioDevice is used to start capturing audio from an audio device
// TODO: Implement on Windows.
package revid
func (r *Revid) startAudioDevice() (func() error, error) {
panic("Audio not implemented on Windows")
}