DylanMeeus / DylanMeeus/GoAudio
Refactor Gtable from Struct to Type Alias
Open
good first issue
- Dominant language
- Go
- Stars
- 431
- Forks
- 40
- PR merge metrics
- No merged PRs in 30d
Description
Gtable is just a lightweight wrapper around `[]float64` at the moment.
This can be refactored into a `type Gtable []float64` alias. Or, even better perhaps, `type Table []float64` to represent any kind of table (guard table / wave table).
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.