mirror of https://bitbucket.org/ausocean/av.git
Initial revision.
This commit is contained in:
parent
d32eac7394
commit
dec7bd4870
|
@ -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")
|
||||
}
|
Loading…
Reference in New Issue