Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jeanthom/trinityenabler
macOS userland driver for Apple Pro Speakers
https://github.com/jeanthom/trinityenabler
apple audio iokit speakers usb vintage
Last synced: about 1 month ago
JSON representation
macOS userland driver for Apple Pro Speakers
- Host: GitHub
- URL: https://github.com/jeanthom/trinityenabler
- Owner: jeanthom
- Created: 2017-02-07T11:33:21.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-01-15T12:47:20.000Z (11 months ago)
- Last Synced: 2024-01-15T16:32:52.835Z (11 months ago)
- Topics: apple, audio, iokit, speakers, usb, vintage
- Language: C
- Homepage:
- Size: 8.79 KB
- Stars: 18
- Watchers: 7
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Trinity Enabler
Apple Pro Speakers (codenamed "Trinity") feature a built-in Micronas UAC3552A USB DAC chip. This chip needs some firmware and some parameters (EQ settings) from the host computer to work properly. Apple's driver took care of this. Unfortunately, Apple Pro Speakers support was dropped from Mac OS X when Snow Leopard came out.
This utility brings Apple Pro Speakers support back in newer macOS versions. Are you running Linux? [Try this instead.](https://github.com/jeanthom/TrinityEnablerLinux)
## Howto ##
### Using release builds ###
Download the utility from the [release page](https://github.com/jeanthom/trinityenabler/releases). Drag'n'drop it into a terminal, and type in the matching power rating for your USB port (in most cases it will be `--power-500` or `--power-1500`). Hit the enter key, and your Apple Pro Speakers should be working :)
### Compile it yourself ###
```
make
bin/trinityenabler --power-500
```