Topic: Command line utility to set the sample rate of Digiface USB
I've had a rather annoying problem of late whereby my Digiface USB (connected to Audient EVO SP8) would always default to 192kHz.
Nothing I tried would force it to remember a sample rate that was:
a) useable
b) one that I wanted to use.
So I had Anitgravity write me a command line utility to set the sample rate so that I can run that once my Mac has started!
I'm sharing it in case this might be useful for someone else having similar issues.
Download here: https://drive.google.com/file/d/12-smE- … sp=sharing
It's a Univeral Binary so should run on Intel/Apple Silicon (I've only tested on my Intel Mac Pro).
It's signed and notarised, but it's not possible to staple a raw binary, so you will probably have to jump through some hoops to remove quarantine bit after downloading (ask your favourite LLM is you don't know how).
It's provided AS IS, and I offer no warranty and absolve myself of all liability if you choose to run it. YOU USE IT AT YOUR OWN RISK.
That said it works perfectly for me and I promise it doesn't install a crypto-miner on your machine! ![]()
I cannot offer support, and I will not update it, since it does the job for me. You can prompt Antigravity yourself if you don't trust this or need different features.
Usage:
$ ./set_rme_sample_rate
Usage: set_rme_sample_rate <DeviceName> <SampleRate>
Example: set_rme_sample_rate "Digiface USB" 44100It may well work for other RME devices, but I cannot test that myself, and as mentioned you run this at your own risk. If your computer or RME dies as a result of running it, that's not my problem (but honestly I think that isn't a major thing to worry about happening).
To have it run when your Mac boots, ask your favourite LLM for instructions if you don't already know how.
Enjoy.