chill wrote: 
> 
> PS. Do you have the facility to compile for Apple silicon?  I noted in
> Activity Monitor that bliss-analyser is an Intel app, which means it's
> running under Rosetta on the M1 Macbook.  I could imagine it would fly
> if it ran as a native Apple app.

I don't compile the binaries myself but use github actions. I've just
tried updating this action to build a fat-binary for macOS (which is
what i build for the mixer) - but this has failed:


Code:
--------------------
    
  error: failed to run custom build command for `bliss-audio-aubio-sys v0.2.0`
  
  Caused by:
  process didn't exit successfully: 
`/Users/runner/work/bliss-analyser/bliss-analyser/target/release/build/bliss-audio-aubio-sys-bcf988e5765e5e7a/build-script-build`
 (exit status: 101)
  --- stderr
  thread 'main' panicked at 'No prebuilt bindings. Try use `bindgen` feature.', 
/Users/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/bliss-audio-aubio-sys-0.2.0/build.rs:34:13
  note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
  warning: build failed, waiting for other jobs to finish...
  error: build failed
  Error: Process completed with exit code 101.
  
--------------------


Not sure if "brew install ffmpeg@5" also installs for arm? The github
action file is:
https://raw.githubusercontent.com/CDrummond/bliss-analyser/master/.github/workflows/build.yml
So, if anyone knows how to get this working for x86 and arm I'll gladly
apply any changes. If not, I'll revert to x86 only.



*Material debug:* 1. Launch via http: //SERVER:9000/material/?debug=json
(Use http: //SERVER:9000/material/?debug=json,cometd to also see update
messages, e.g. play queue) 2. Open browser's developer tools 3. Open
console tab in developer tools 4. REQ/RESP messages sent to/from LMS
will be logged here.
------------------------------------------------------------------------
cpd73's Profile: http://forums.slimdevices.com/member.php?userid=66686
View this thread: http://forums.slimdevices.com/showthread.php?t=116068

_______________________________________________
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins

Reply via email to