issues
search
go-mix
/
mix
Sequence-based Go-native audio mixer for music apps
https://gopkg.in/mix.v0
MIT License
177
stars
24
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Reading samples from byte arrays
#63
ScriptTiger
opened
6 months ago
1
Removing go-mix from awesome-go
#62
spekary
opened
2 years ago
2
Fix examples in README
#61
charneykaye
closed
4 years ago
0
Fix Travis CI build, update to Go 1.11, and add go.mod
#60
vulpivia
closed
4 years ago
1
Flaunt Awesome badge in README
#59
charneykaye
closed
4 years ago
0
Add go-sox loader interface
#58
kikht
closed
7 years ago
1
Allow output to io.Writer and implement teardown
#57
haswalt
closed
7 years ago
2
Audio time-scale/pitch modification
#56
charneykaye
opened
8 years ago
4
Proposal: let the client specify an `io.Writer` instead of assuming `os.Stdout`
#55
allonhadaya
closed
7 years ago
5
Deprecate hardware playback functionality for an agnostic next-bytes-provider function
#54
charneykaye
closed
8 years ago
0
Concurrent processor usage for mixing
#53
charneykaye
opened
8 years ago
0
FIX: .WAV data always has 1 minute length written in header
#52
charneykaye
closed
8 years ago
0
.WAV data always has 1 minute length written in header
#51
charneykaye
closed
8 years ago
0
FIX: OutputContinueTo() writes broken audio when used multiple times
#50
charneykaye
closed
8 years ago
0
OutputContinueTo() writes broken audio when used multiple times
#49
charneykaye
closed
8 years ago
0
Debug binding writes to stderr (instead of stdout)
#48
charneykaye
closed
8 years ago
0
Choose mixing algorithm
#47
charneykaye
opened
8 years ago
0
GetNowAt() function returns current mix position
#46
charneykaye
closed
8 years ago
0
GetNowAt() function returns current mix position
#45
charneykaye
closed
8 years ago
0
Debug binding writes to stderr (instead of stdout)
#44
charneykaye
closed
8 years ago
0
Export mix to []byte STDOUT (instead of playback)
#43
charneykaye
closed
8 years ago
0
Evaluate and write tests around WAV binding reading & writing
#42
charneykaye
opened
8 years ago
0
simplify demos
#41
charneykaye
closed
8 years ago
0
Refactoring; Godoc
#40
charneykaye
closed
8 years ago
0
MAJOR REFACTORING
#39
charneykaye
closed
8 years ago
0
SetFire() blocks process.
#38
charneykaye
closed
2 years ago
2
Rename to Ontomix #34
#37
charneykaye
closed
8 years ago
0
"Get More Fires" Callback function in API
#36
charneykaye
closed
2 years ago
2
Rename to Ontomix
#35
charneykaye
closed
8 years ago
0
Rename to Ontomix
#34
charneykaye
closed
8 years ago
0
Mix cycle includes garbage collection of unused sources.
#33
charneykaye
closed
8 years ago
0
Mix cycle duration is configurable
#32
charneykaye
closed
8 years ago
0
Mix cycle duration is configurable
#31
charneykaye
closed
8 years ago
0
Mix cycle includes garbage collection of unused sources.
#30
charneykaye
closed
8 years ago
1
Management of sounds
#29
charneykaye
closed
8 years ago
0
Deeper native implementation of go-riff with custom WAV binding.
#28
charneykaye
closed
8 years ago
0
Deeper native implementation of go-riff with custom WAV binding
#27
charneykaye
closed
8 years ago
1
Is it better to track mix-output frequency as int or float64?
#26
charneykaye
closed
8 years ago
1
Write tests to ensure respect for implicit panning of source channels, e.g. 2 channels = stereo L/R
#25
charneykaye
opened
8 years ago
0
Bring back a new optimized playback binding for SDL2. Close #22
#24
charneykaye
closed
8 years ago
1
go-wav fails to load some files
#23
charneykaye
closed
8 years ago
2
Bring back a new optimized playback binding for SDL2
#22
charneykaye
closed
8 years ago
0
Add playback binding for go-ALSA
#21
charneykaye
closed
2 years ago
2
Is the PortAudio playback binding unstable?
#20
charneykaye
closed
2 years ago
2
Moarr tests!!
#19
charneykaye
opened
8 years ago
0
Aggressive garbage collection for audio in memory
#18
charneykaye
closed
8 years ago
0
Add PortAudio implementation (instead of go-sdl2)
#17
charneykaye
closed
8 years ago
0
Modularize the audio interface bindings (and choose between go-sdl2, portaudio, etc.)
#16
charneykaye
closed
8 years ago
0
Go native WAV File I/O
#15
charneykaye
closed
8 years ago
0
Export mix to []byte STDOUT (instead of playback)
#14
charneykaye
closed
8 years ago
0
Next