Implementation of AVDevice for audio input

Issue #186 resolved
Saxon Milton created an issue

We will need to write an implementation of AVDevice for audio input before we have revid use the implementations that we have written so far, otherwise things will break. I would suggest we remove av/input (which only contains the audio package anyways), and move the audio package to the devices package. Then we implement the AVDevice interface, which for the moment can just wrap the currently exported functionality in the audio package (just as revid/inputs/(func (r *Revid) startAudioDevice()) is).

Comments (3)

  1. Log in to comment