Skip to content

Commit

Permalink
feat(jukebox): use pure oto v2 and ffmpeg to decode to PCM
Browse files Browse the repository at this point in the history
related #125
related #106
related #164
  • Loading branch information
sentriz committed Apr 21, 2022
1 parent ae520f7 commit 8aeef78
Show file tree
Hide file tree
Showing 9 changed files with 549 additions and 275 deletions.
10 changes: 2 additions & 8 deletions go.mod
Expand Up @@ -7,19 +7,15 @@ require (
github.com/Masterminds/semver v1.5.0 // indirect
github.com/Masterminds/sprig v2.22.0+incompatible
github.com/PuerkitoBio/goquery v1.8.0 // indirect
github.com/cespare/xxhash v1.1.0
github.com/disintegration/imaging v1.6.2
github.com/dustin/go-humanize v1.0.0
github.com/faiface/beep v1.1.0
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
github.com/google/uuid v1.3.0 // indirect
github.com/gorilla/mux v1.8.0
github.com/gorilla/securecookie v1.1.1
github.com/gorilla/sessions v1.2.1
github.com/hajimehoshi/go-mp3 v0.3.2 // indirect
github.com/hajimehoshi/oto v1.0.1 // indirect
github.com/hajimehoshi/oto/v2 v2.0.3
github.com/huandu/xstrings v1.3.2 // indirect
github.com/icza/bitio v1.1.0 // indirect
github.com/imdario/mergo v0.3.12 // indirect
github.com/jinzhu/gorm v1.9.17-0.20211120011537-5c235b72a414
github.com/jinzhu/now v1.1.2 // indirect
Expand All @@ -28,7 +24,6 @@ require (
github.com/lib/pq v1.3.0 // indirect
github.com/matryer/is v1.4.0
github.com/mattn/go-sqlite3 v1.14.11
github.com/mewkiz/pkg v0.0.0-20211102230744-16a6ce8f1b77 // indirect
github.com/mitchellh/copystructure v1.2.0 // indirect
github.com/mmcdole/gofeed v1.1.3
github.com/mmcdole/goxpp v0.0.0-20200921145534-2f3784f67354 // indirect
Expand All @@ -41,10 +36,9 @@ require (
github.com/sentriz/gormstore v0.0.0-20220105134332-64e31f7f6981
github.com/stretchr/testify v1.7.0 // indirect
golang.org/x/crypto v0.0.0-20220209155544-dad33157f4bf // indirect
golang.org/x/exp/shiny v0.0.0-20220407100705-7b9b53b0aca4 // indirect
golang.org/x/image v0.0.0-20211028202545-6944b10bf410 // indirect
golang.org/x/mobile v0.0.0-20220112015953-858099ff7816 // indirect
golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd // indirect
golang.org/x/sys v0.0.0-20220207234003-57398862261d // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
gopkg.in/gormigrate.v1 v1.6.0
)
80 changes: 3 additions & 77 deletions go.sum

Large diffs are not rendered by default.

0 comments on commit 8aeef78

Please sign in to comment.