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

case sensitive issue with AudioEffectDelay_F32.h ? #64

Open
shapr opened this issue Apr 21, 2022 · 0 comments
Open

case sensitive issue with AudioEffectDelay_F32.h ? #64

shapr opened this issue Apr 21, 2022 · 0 comments

Comments

@shapr
Copy link

shapr commented Apr 21, 2022

I've just tried building the audio pass through example and got this error:

In file included from /home/shae/Arduino/libraries/Tympan_Library/src/Tympan_Library.h:44:0,
		 from /home/shae/Arduino/libraries/Tympan_Library/examples/01-Basic/AudioPassThru/AudioPassThru.ino:14:
/home/shae/Arduino/libraries/Tympan_Library/src/EarpieceMixer_F32.h:6:34: fatal error: AudioEffectDelay_F32.h: No such file or directory

I was able to fix the error by symlinking the lower case name to the upper case name with ln -s AudioEffectDelay_f32.h AudioEffectDelay_F32.h
Does that mean most Tympan development is happening on a case insensitive filesystem?

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

1 participant