Files
mediadevices/go.mod
T
Atsushi Watanabe e7ac2f3493 Add CGO scaler
FastNearestNeighbor(CGO) is roughly 4 times faster than
NearestNeighbor(x/image/draw).
2020-02-17 14:51:24 +09:00

16 lines
501 B
Modula-2

module github.com/pion/mediadevices
go 1.13
require (
github.com/blackjack/webcam v0.0.0-20191123110216-08fa32efcb67
github.com/disintegration/imaging v1.6.2
github.com/faiface/beep v1.0.2
github.com/jfreymuth/pulse v0.0.0-20200118113426-7cf5f487291e
github.com/pion/rtp v1.2.0
github.com/pion/webrtc/v2 v2.1.19-0.20200106051345-726a16faa60d
github.com/satori/go.uuid v1.2.0
golang.org/x/image v0.0.0-20191009234506-e7c1f5e7dbb8
gopkg.in/hraban/opus.v2 v2.0.0-20191117073431-57179dff69a6
)