https://github.com/dosgo/libopus
This Go version is a direct translation from the Java code. For the same input sample, it produces identical output while achieving approximately **40% faster execution time**
https://github.com/dosgo/libopus
Last synced: 5 months ago
JSON representation
This Go version is a direct translation from the Java code. For the same input sample, it produces identical output while achieving approximately **40% faster execution time**
- Host: GitHub
- URL: https://github.com/dosgo/libopus
- Owner: dosgo
- License: mit
- Created: 2025-09-04T14:05:04.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-09-26T17:40:09.000Z (9 months ago)
- Last Synced: 2025-10-10T03:14:41.299Z (8 months ago)
- Language: Go
- Size: 3.95 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# libopus
This Go version is a direct translation from the Java code. For the same input sample, it produces identical output while achieving approximately **40% faster execution time**. Go is also one of the best languages for cross-platform development.