Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/georgekaran/audio-streaming-through-tcp-in-golang
:sound: :blush: Simple audio streaming project through TCP in Golang
https://github.com/georgekaran/audio-streaming-through-tcp-in-golang
audio golang tcp
Last synced: 3 days ago
JSON representation
:sound: :blush: Simple audio streaming project through TCP in Golang
- Host: GitHub
- URL: https://github.com/georgekaran/audio-streaming-through-tcp-in-golang
- Owner: georgekaran
- Created: 2020-05-06T02:44:54.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-05-12T22:30:30.000Z (over 4 years ago)
- Last Synced: 2023-03-03T20:10:00.458Z (almost 2 years ago)
- Topics: audio, golang, tcp
- Language: Go
- Homepage:
- Size: 2.93 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Audio streaming through TCP in Golang
**This project was built upon the article [How to build an audio streaming server in Go](https://medium.com/@valentijnnieman_79984/how-to-build-an-audio-streaming-server-in-go-part-1-1676eed93021) By Valentijn Nieman**
It uses Portaudio under the hood to get audio I/O.