diff --git a/exp/pcm/resample/resample.go b/exp/pcm/resample/resample.go index aaa8f77c..eab7a342 100644 --- a/exp/pcm/resample/resample.go +++ b/exp/pcm/resample/resample.go @@ -32,7 +32,7 @@ import ( "io/ioutil" "log" - "bitbucket.org/ausocean/av/audio/pcm" + "bitbucket.org/ausocean/av/codec/pcm" "github.com/yobert/alsa" ) diff --git a/exp/pcm/stereo-to-mono/stereo-to-mono.go b/exp/pcm/stereo-to-mono/stereo-to-mono.go index 231591f0..ccbf87bf 100644 --- a/exp/pcm/stereo-to-mono/stereo-to-mono.go +++ b/exp/pcm/stereo-to-mono/stereo-to-mono.go @@ -32,7 +32,7 @@ import ( "io/ioutil" "log" - "bitbucket.org/ausocean/av/audio/pcm" + "bitbucket.org/ausocean/av/codec/pcm" "github.com/yobert/alsa" )