https://github.com/samcrosoft/waveform-json
A golang package to read data points from a waveform, it would return a json that is compatible or use with waveformjs.org
https://github.com/samcrosoft/waveform-json
Last synced: 3 months ago
JSON representation
A golang package to read data points from a waveform, it would return a json that is compatible or use with waveformjs.org
- Host: GitHub
- URL: https://github.com/samcrosoft/waveform-json
- Owner: samcrosoft
- License: mit
- Created: 2015-05-18T14:20:06.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-05-18T15:08:16.000Z (about 10 years ago)
- Last Synced: 2025-01-29T12:30:15.726Z (4 months ago)
- Language: Go
- Size: 176 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# waveform-json
A golang package to read data points from a waveform, it would return a json that is compatible or use with waveformjs.org# installation
```
go get github.com/samcrosoft/waveform-json
```# Todo
1. Complete the readme