Go-based FM stereo transmitter with RDS, Windows-first and cross-platform
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

11 строки
287B

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