For all the vinyl enthusiasts out there here is the simple and easy solution to deal with the tonearm, cartridge and headshell compatibility problem.
With the provided program you can easily find the best matched cartridge/tonearm/headshell combinations.
To successfully compile the program you need to install the following dependency package:
go get gopkg.in/yaml.v2
Build the same way as you build every single golang program:
go build compcalc.go
Fill the provided example YAML file with desired cartridges, tonearms and headshells. Run program:
./compcalc
For the additional usage options see the builtin help information:
./compcalc -h
- go-yaml - YAML support for the Go language.
- Pavel A. Raykov - Initial commit - rabb1t
This project is licensed under the Description WTFPL License - see the LICENSE file for details