Skip to content

Releases: zikichombo/sio

gh

23 Aug 22:41
Compare
Choose a tag to compare
gh Pre-release
Pre-release
v0.0.5

zikichombo -> gh

CB-cross-package

03 Oct 18:55
b055012
Compare
Choose a tag to compare
CB-cross-package Pre-release
Pre-release

This prerelease makes CB work cross package with a cgo limitation workaround.

It also cleans up/simplifies and tests deadlines.

It also contains some AUHAL work which compiles but doesn't yet do anything and isn't yet tested.

cb

27 Sep 20:44
50db6fb
Compare
Choose a tag to compare
cb Pre-release
Pre-release

This pre-release provides a new C/Go API for mapping callbacks on foreign threads to Go.
See godoc for an introduction.

travis+alsa

14 Sep 18:56
Compare
Choose a tag to compare
travis+alsa Pre-release
Pre-release
v0.0.2-alpha.3

travis CI ALSA try 4

HostStructure

07 Sep 00:00
cceb57f
Compare
Choose a tag to compare
HostStructure Pre-release
Pre-release

This pre-release completely rearranges the code for structured porting.

ALSA Device scanning has been removed, as it was broken and we needed to reorganise things.
AUHAL device scanning code is there, it worked previously, but it is no longer incorporated by default; it will be part of an AUHAL/RemoteIO entry point.

v0.0.1-alpha.2

21 Aug 12:15
Compare
Choose a tag to compare
v0.0.1-alpha.2 Pre-release
Pre-release

This release provides:

  • ALSA capture/playback (testing on a VM only)
  • darwin audio queues for capture playback (untested on iOS)
  • untested, unexported re-do of darwin based on AUHAL
  • device scanning, tested on darwin, broken on Linux/ALSA

This is our first github release using semantic versioning pre-release syntax.