Registry / utility / pipelined-signal

pipelined-signal

JSON →
library0.10.0gogounverified

Package signal provides functionality for manipulating digital signals and their attributes.

go get github.com/pipelined/signal
INSTALL
IMPORT
SIG · PIPELINED-SIGNAL
P
pipelined-signal
utilitygov0.10.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

signal
github.com/pipelined/signal

Create a new signal with sample rate 44100 and 2 channels.

package main import ( "fmt" "github.com/pipelined/signal" ) func main() { s := signal.New(44100, 2) fmt.Println(s.SampleRate) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.10.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
pipelined-signal — go get pipelined-signal · libregistry