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

Running buckle using its path doesn't work—must cd into its directory #130

Open
ibehnam opened this issue Apr 9, 2024 · 2 comments · May be fixed by #133
Open

Running buckle using its path doesn't work—must cd into its directory #130

ibehnam opened this issue Apr 9, 2024 · 2 comments · May be fixed by #133

Comments

@ibehnam
Copy link

ibehnam commented Apr 9, 2024

I'm getting the error discussed here: #21

Basically, if I cd into /path/to/bucklespring and run ./buckle, it works perfectly.

But if I directly do /path/to/bucklespring/buckle, I get Error opening audio file "./wav/32-1.wav": Failed to open file.

macOS Sonoma, Fish shell

@earmstrong2002
Copy link

Same issue on macOS Ventura, zsh shell.

image

@earmstrong2002
Copy link

I can see from running buckle --verbose that the default audio path is ".wav". Seems odd that the default would be a relative path, but here we are...

A few workarounds:

Define path to the audio files with --audio_path argument:
path/to/bucklespring/buckle --audio_path=path/to/bucklespring/wav

OR

Define $BUCKLESPRING_WAV_DIR environment variable:
export BUCKLESPRING_WAV_DIR=path/to/bucklespring/wav

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