forked from zikichombo/sio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
doc.go
16 lines (15 loc) · 804 Bytes
/
doc.go
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// Copyright 2018 The ZikiChombo Authors. All rights reserved. Use of this source
// code is governed by a license that can be found in the License file.
// Package sio provides support for audio capture and playback.
//
// Package sio is part of http://zikichombo.org
//
// Package sio is in alpha, under development. Playback and capture
// interfaces are more mature than duplex and device interfaces. Linux/ALSA
// and darwin have worked on a few test systems. This package intends to
// be open-ended with respect to platform support, hopefully one day also
// including drivers from the likes of http://periph.io as upstream providers.
//
// You are welcome to join the discussion and help us meet this goal at
// http://github.com/zikichombo/sio
package sio /* import "zikichombo.org/sio" */