Skip to content
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

linear pitch scaling not working on m1 mac without errors #49

Open
albluc24 opened this issue Mar 6, 2024 · 2 comments
Open

linear pitch scaling not working on m1 mac without errors #49

albluc24 opened this issue Mar 6, 2024 · 2 comments

Comments

@albluc24
Copy link

albluc24 commented Mar 6, 2024

I'll preface this by sayingI am in no way familiar with c compilation or how to interpret errors or warnings. I completed what seemed like a successfull compilation cloning the repo and running "make", then I added the sonic executable to path. Everything seemed to go as planned, except that the outputs of the commands: "sonic -c -p 0.5 test.wav testsonic.wav" and "sonic -p 0.5 test.wav testsonic.wav" are identical. In other words, it doesn't scale pitch linearly even when asked for it, although when the -c flag is used the "Scaling pitch linearly." thing appears. I then tryed running "make install" to see if it was a problem with linking some kind of internal library(aka itself with sonic.o), but the output is the same. Here is the output of the command "gcc --version", again don't know anything about this so it was the first thing that came to mind:"""
Apple clang version 15.0.0 (clang-1500.1.0.2.5)
Target: arm64-apple-darwin23.3.0
Thread model: posix
InstalledDir: /Library/Developer/CommandLineTools/usr/bin
"""
It probably came installed when I ran "xcode-select install" and I keep the dev tools regurarly updated from system settings, so I think you might be able to reproduce my environment pretty easily.
I tested it on another system and compared the outputs, they are the same as if I never specified the -c flag even though the program is obviously aware that's the case.
If it can help I could try cleaning everything up and recompiling it on a whole other machine rented from scaleway to post a clean output here.
Thanks!

@waywardgeek
Copy link
Owner

waywardgeek commented Mar 12, 2024 via email

@albluc24
Copy link
Author

albluc24 commented Mar 14, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants