mirror of https://bitbucket.org/ausocean/av.git
Add missing packages for Linux.
This commit is contained in:
parent
11e6d55f49
commit
2597556e6d
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue