Skip to content

Commit

Permalink
remove the audio reader/writer interface as this is not really produc…
Browse files Browse the repository at this point in the history
…tion ready
  • Loading branch information
ftl committed Feb 7, 2021
1 parent 68210ce commit 1f0cd3b
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 371 deletions.
3 changes: 0 additions & 3 deletions client/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ func (f ConnectionListenerFunc) Connected(connected bool) {
type Client struct {
DeviceInfo
*notifier
*streamer
host *net.TCPAddr
closed chan struct{}
ready chan struct{}
Expand Down Expand Up @@ -82,8 +81,6 @@ func newClient(host *net.TCPAddr, listeners []interface{}) *Client {
}
result.notifier = newNotifier(listeners, result.closed)
result.Notify(result)
result.streamer = newStreamer(result.notifier, result)
result.WhenDisconnected(result.streamer.Close)
return result
}

Expand Down
276 changes: 0 additions & 276 deletions client/stream.go

This file was deleted.

90 changes: 0 additions & 90 deletions client/stream_test.go

This file was deleted.

Loading

0 comments on commit 1f0cd3b

Please sign in to comment.