Add missing packages for Linux.

This commit is contained in:
Alan Noble 2019-08-08 14:57:09 +09:30
parent 11e6d55f49
commit 2597556e6d
1 changed files with 6 additions and 0 deletions

View File

@ -1,8 +1,14 @@
package revid
import (
"fmt"
"strconv"
"time"
"bitbucket.org/ausocean/av/codec/codecutil"
"bitbucket.org/ausocean/av/container/mts"
"bitbucket.org/ausocean/av/input/audio"
"bitbucket.org/ausocean/utils/logger"
)
// startAudioDevice is used to start capturing audio from an audio device and processing it.