Skip to content

Commit

Permalink
use non sc specific paths, add vendoring
Browse files Browse the repository at this point in the history
  • Loading branch information
bineferg committed May 3, 2018
1 parent 7e605c0 commit 3847e61
Show file tree
Hide file tree
Showing 32 changed files with 3,794 additions and 5 deletions.
4 changes: 2 additions & 2 deletions cmd/wavelet/points.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import (
"net/http"
"os"

"github.com/soundcloud/wavelet/lib/audio"
"github.com/soundcloud/wavelet/lib/sampler"
"github.com/wwgberlin/go-funk/lib/audio"
"github.com/wwgberlin/go-funk/lib/sampler"
)

func points(w http.ResponseWriter, req *http.Request) {
Expand Down
6 changes: 3 additions & 3 deletions cmd/wavelet/waveform.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ import (
"os"
"strconv"

"github.com/soundcloud/wavelet/lib/audio"
"github.com/soundcloud/wavelet/lib/sampler"
"github.com/soundcloud/wavelet/lib/utils"
"github.com/wwgberlin/go-funk/lib/audio"
"github.com/wwgberlin/go-funk/lib/sampler"
"github.com/wwgberlin/go-funk/lib/utils"
)

var sampling = map[string]sampler.SamplerFunc{
Expand Down
201 changes: 201 additions & 0 deletions vendor/github.com/go-audio/audio/LICENSE

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

33 changes: 33 additions & 0 deletions vendor/github.com/go-audio/audio/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

35 changes: 35 additions & 0 deletions vendor/github.com/go-audio/audio/audio.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 3847e61

Please sign in to comment.