Add an initial, very simple, jitter buffer #672
Annotations
6 errors and 11 warnings
pkg/jitterbuffer/jitter_buffer.go#L56
File is not `gci`-ed with --skip-generated -s standard,default (gci)
|
pkg/jitterbuffer/jitter_buffer.go#L58
File is not `gci`-ed with --skip-generated -s standard,default (gci)
|
pkg/jitterbuffer/jitter_buffer.go#L73
File is not `gci`-ed with --skip-generated -s standard,default (gci)
|
pkg/jitterbuffer/jitter_buffer.go#L25
ST1005: error strings should not be capitalized (stylecheck)
|
pkg/jitterbuffer/priority_queue.go#L26
ST1005: error strings should not be capitalized (stylecheck)
|
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: golangci/golangci-lint-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
pkg/jitterbuffer/jitter_buffer.go#L64
var-naming: don't use underscores in Go names; struct field playout_ready should be playoutReady (revive)
|
pkg/jitterbuffer/jitter_buffer.go#L17
exported: comment on exported type JitterBufferState should be of the form "JitterBufferState ..." (with optional leading article) (revive)
|
pkg/jitterbuffer/jitter_buffer.go#L18
exported: type name will be used as jitterbuffer.JitterBufferState by other packages, and that stutters; consider calling this State (revive)
|
pkg/jitterbuffer/jitter_buffer.go#L20
exported: comment on exported type JitterBufferEvent should be of the form "JitterBufferEvent ..." (with optional leading article) (revive)
|
pkg/jitterbuffer/priority_queue.go#L12
exported: exported type PriorityQueue should have comment or be unexported (revive)
|
pkg/jitterbuffer/priority_queue.go#L25
exported: exported var ErrInvalidOperation should have comment or be unexported (revive)
|
pkg/jitterbuffer/jitter_buffer.go#L21
exported: type name will be used as jitterbuffer.JitterBufferEvent by other packages, and that stutters; consider calling this Event (revive)
|
pkg/jitterbuffer/jitter_buffer.go#L24
exported: exported var ErrBufferUnderrun should have comment or be unexported (revive)
|
pkg/jitterbuffer/jitter_buffer.go#L29
exported: exported const Buffering should have comment (or a comment on this block) or be unexported (revive)
|
pkg/jitterbuffer/jitter_buffer.go#L34
exported: exported const StartBuffering should have comment (or a comment on this block) or be unexported (revive)
|
The logs for this run have expired and are no longer available.
Loading