-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4 from pipelined/adopt-pipe
Adopt pipe
- Loading branch information
Showing
4 changed files
with
137 additions
and
257 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,10 @@ | ||
module pipelined.dev/portaudio | ||
module pipelined.dev/audio/portaudio | ||
|
||
require ( | ||
github.com/gordonklaus/portaudio v0.0.0-20180817120803-00e7307ccd93 | ||
github.com/stretchr/testify v1.4.0 | ||
pipelined.dev/pipe v0.7.0 | ||
pipelined.dev/signal v0.5.1 | ||
pipelined.dev/wav v0.4.0 | ||
pipelined.dev/audio/wav v0.5.0 | ||
pipelined.dev/pipe v0.8.4 | ||
pipelined.dev/signal v0.8.0 | ||
) | ||
|
||
go 1.13 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.