Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: OptimFrog Apple Silicon SDK (Read 4326 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

OptimFrog Apple Silicon SDK

We want to use a music format that allows muting and unmuting channels. So either stems / DAW channels to separate files or high quality tracker format. We chose XM/OXM. The playback resampling is much more muted on vorbis data versus original WAVE, so we hack it to have lossless encoder instead of vorbis. Hybrid Lossless is the best. Now the OptimFROG looks like best choice (Hybrid option, best ratios). But I cannot find android/iOS/WASM/apple silicon macOS builds, only windows/linux/mac x86/64.

optimFROG SDK

So instead we choose wavepack. Differences are minor. But if OptimFROG developers can update the builds to include emscripten library, xcode apple silicon framework, xcode iOS framework, and android ndk library downloads that would be helpful.
 

Re: OptimFrog Apple Silicon SDK

Reply #1
Last release for OFR was almost eight years ago.
TAPE LOADING ERROR

Re: OptimFrog Apple Silicon SDK

Reply #2
Thought of using WavPack/Monkey's Audio for samples? If you wanna compress tracker samples, using BASS for playback might be your best bet as you can use MO3 for your stuff. And then tracker samples can be...whatever commandline encoder is supported by whatever BASS addon you want for decoding, or even the formats BASS supports itself, like FLAC or Vorbis.

But that involves licensing fees to Ian, which is fair, he is a code wizard.