-
Notifications
You must be signed in to change notification settings - Fork 2.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Discussion] Standalone Mac app #488
Comments
Sorry. zip seems to be broken. I'm working to solve. |
@kyab if you want people to try this out, i suggest you release the source code so users can build this themselves |
@faroit I plan to release source code later, But I'm not ready documentation because it is quite complicated to build. |
Worked for me, which is great (thanks!) as I'm running python 3.8.5 |
Can you make it for macOS Mojave please? |
@kyab are you bundling static binaries of ffmpeg, libsndfile and spleeter in your mac app? Or do we have to preinstall the dependencies before using the app? |
@fadhlirahim I'm bundling static binaries of ffmpeg, libsndfile and spleeter in this app. |
I've re-uploaded app. https://github.com/kyab/MySpleeter/releases/download/20200904_2/MySpleeter20200904.dmg @LeoDixon Now it also should work on Mojave. |
@kyab, getting 2 types of errors, first:
and after a few retries:
output dir is set to a writable older |
Hello @kyab, I'm trying to investigate the possibility of integrate the library in a Mac app as static library, it would be nice if you could write this doc, or at least mention a few steps in your repository. Good stuff and thanks!
|
@YuantongL Do you plan to embed spleeter in your Mac app? |
can u split out guitar ? |
@makecloud No. MySpleeter is just a GUI version of spleeter. |
I plan to embed spleeter in my mac app.
|
Hi @YuantongL , I wrote down some documentation on my repository https://github.com/kyab/MySpleeter Please check "Development Documentation". You may encounter with some troubles, then let's continue discussion on |
This is great! Any chance of an update that would allow us to batch-process many files? |
Dude! Thanks so much for this! Works on Mac Catalina. I downloaded the Conda and anaconda and still can't get it to work, Numba not found, terminal kept reading song name as a folder name and been trying it for hours lol. thanks for this! |
Crashed when I hit the "Separate!" button. I have an M1 Pro Mac. Translated Report (Full Report Below)Process: MySpleeter [4779] Date/Time: 2021-12-19 15:41:49.6450 -0500 Sleep/Wake UUID: CCE7138F-D153-41A7-98DD-571E76034827 Time Awake Since Boot: 30000 seconds System Integrity Protection: enabled Crashed Thread: 0 Dispatch queue: com.apple.main-thread Exception Type: EXC_BAD_INSTRUCTION (SIGILL) Termination Reason: Namespace SIGNAL, Code 4 Illegal instruction: 4 Application Specific Information: Thread 0 Crashed:: Dispatch queue: com.apple.main-thread Thread 1:: com.apple.rosetta.exceptionserver Thread 2: Thread 3:: com.apple.NSEventThread Thread 4: Thread 5: Thread 6: Thread 7: Thread 8: Thread 9: Thread 10: Thread 11: Thread 0 crashed with X86 Thread State (64-bit): Binary Images: External Modification Summary: VM Region Summary:
REGION TYPE SIZE COUNT (non-coalesced) Full Report{"app_name":"MySpleeter","timestamp":"2021-12-19 15:42:25.00 -0500","app_version":"1.0","slice_uuid":"3f720370-1585-340b-8c3b-c291c7739e04","build_version":"1","platform":1,"bundleID":"com.kyab.MySpleeter","share_with_app_devs":0,"is_first_party":0,"bug_type":"309","os_version":"macOS 12.1 (21C52)","incident_id":"079B6DAA-3AAB-412B-A9C4-FC53A358FAE4","name":"MySpleeter"}
], ] Model: MacBookPro18,3, BootROM 7429.61.2, proc 8:6:2 processors, 16 GB, SMC |
Could you please build a version where you can choose how many stems you want? Thanks! Lifecat |
Hi folks,
I've succeeded to build standalone Mac Application for separation(5stems).
No needs to interact with Terminal(command line). Only you have to is to download my "MySpleeter" app from below
because this app includes python, spleeter, ffmpeg, tensowflow and dependencies.
(changed at 2020/09/04)
https://github.com/kyab/MySpleeter/releases/download/20200904_2/MySpleeter20200904.dmg
Could someone try this and let me know any problem?
note:
-Its quite big app because it include python itself
-first time it may take few minutes to separation done.
The text was updated successfully, but these errors were encountered: