FlooCatchMac is the macOS receiver app for the FlooGoo FMA120 Auracast receiver.
It is designed for end users who want to discover broadcasts, tune in, enter PIN codes for encrypted streams, and listen through a selected macOS output device.
- automatic discovery of supported FMA120 USB CDC devices
- Auracast broadcast scanning and selection
- sync and stream control for open and encrypted broadcasts
- PIN entry flow for encrypted broadcasts
- audio playback routed to the selected macOS output
- localized UI for a broad set of languages
- Developer ID signing and notarized release packaging
- macOS 13.0 or later
- FlooGoo FMA120 receiver hardware
Sources/Swift sources for the macOS appAssets.xcassets/app icon, logo, and UI assetsSupport/plist, entitlements, and release support filesscripts/build and notarization helpers
Open the project in Xcode:
FlooAuracastReceiver.xcodeproj
Or build from Terminal:
xcodebuild \
-project FlooAuracastReceiver.xcodeproj \
-scheme FlooAuracastReceiver \
-configuration Release \
-destination "generic/platform=macOS" \
buildRelease notarization instructions are documented in:
Support/NOTARIZATION.md
Add repository screenshots under:
docs/screenshots/
Suggested images:
main-window.pngexpert-panel.pngpin-entry.png
Then embed them here, for example:
This keeps the repository ready for public presentation without forcing placeholder images into the first commit.
CHANGELOG.mdproject historyRELEASE_NOTES_v1.0.0.mdfirst public release notes
MIT