Go-based FM stereo transmitter with RDS, Windows-first and cross-platform
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

12 wiersze
396B

  1. $ErrorActionPreference = "Stop"
  2. go test ./...
  3. go run ./cmd/fmrtx --dry-run --dry-output build/dryrun/frame.json
  4. go run ./cmd/fmrtx --simulate-tx --simulate-output build/sim/simulated-soapy.iqf32 --simulate-duration 250ms
  5. go run ./cmd/offline -duration 500ms -output build/offline/composite.iqf32
  6. Push-Location internal
  7. go test ./...
  8. Pop-Location
  9. Push-Location examples
  10. go test ./...
  11. Pop-Location