Skip to content

Commit 3847e61

Browse files
committed
use non sc specific paths, add vendoring
1 parent 7e605c0 commit 3847e61

32 files changed

+3794
-5
lines changed

cmd/wavelet/points.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ import (
55
"net/http"
66
"os"
77

8-
"github.com/soundcloud/wavelet/lib/audio"
9-
"github.com/soundcloud/wavelet/lib/sampler"
8+
"github.com/wwgberlin/go-funk/lib/audio"
9+
"github.com/wwgberlin/go-funk/lib/sampler"
1010
)
1111

1212
func points(w http.ResponseWriter, req *http.Request) {

cmd/wavelet/waveform.go

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ import (
1010
"os"
1111
"strconv"
1212

13-
"github.com/soundcloud/wavelet/lib/audio"
14-
"github.com/soundcloud/wavelet/lib/sampler"
15-
"github.com/soundcloud/wavelet/lib/utils"
13+
"github.com/wwgberlin/go-funk/lib/audio"
14+
"github.com/wwgberlin/go-funk/lib/sampler"
15+
"github.com/wwgberlin/go-funk/lib/utils"
1616
)
1717

1818
var sampling = map[string]sampler.SamplerFunc{

vendor/github.com/go-audio/audio/LICENSE

+201
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/go-audio/audio/README.md

+33
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/go-audio/audio/audio.go

+35
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)