dbry / adpcm-xq

Xtreme Quality IMA-ADPCM Encoder / Decoder
BSD 3-Clause "New" or "Revised" License
214 stars 46 forks source link

Universal Mac binary #24

Closed gingerbeardman closed 2 months ago

gingerbeardman commented 2 months ago

I've built it as Universal (Intel/ARM) 64-bit. It's not signed or notarised or anything.

how to

then build

  1. cmake .
  2. make

That's it!

file adpcm-xq shows

% file adpcm-xq
adpcm-xq: Mach-O universal binary with 2 architectures: [x86_64:Mach-O 64-bit executable x86_64] [arm64:Mach-O 64-bit executable arm64]
adpcm-xq (for architecture x86_64): Mach-O 64-bit executable x86_64
adpcm-xq (for architecture arm64):  Mach-O 64-bit executable arm64

I also made a drag-and-drop GUI, if there is any interest. A file selector and a window and some text output, it converts the source to WAV and then ADPCM so that when all is done you have a folder of ADPCM files next to your sources. That app is signed, but not notarised.

https://devforum.play.date/t/adpcm-encoder-tool-mac-only/1283/7

4852bf1917ba5eb55efe9bef56ca6eb530828f1d_2_1248x998

dbry commented 2 months ago

Thanks so much! I have updated the release...

gingerbeardman commented 2 months ago

Ace! I will be happy to build any future versions.