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

Sound problem on Mac OS X 10.4 / 10.5 PowerPC (WORDS_BIGENDIAN) #52

Open
maartenapple opened this issue Apr 17, 2012 · 2 comments
Open

Comments

@maartenapple
Copy link

After compiling shell-fm on Mac OS X 10.4.11 / 10.5.8 on two different PowerPC machines I got static noise when trying to use shell-fm.

I found the problem in the source code (play.c):
WORDS_BIGENDIAN isn't recognized by Mac OS X, forcing to byteswap fixed the problem.

@xehivs
Copy link

xehivs commented May 13, 2012

Replacing WORDS_BIGENDIAN with BIG_ENDIAN works too.

@Wadyasafslsa
Copy link

بعد تجميع shell-fm على نظام التشغيل Mac OS X 10.4.11 / 10.5.8 على جهازي PowerPC مختلفين ، حصلت على ضوضاء ثابتة عند محاولة استخدام shell-fm.

لقد وجدت المشكلة في التعليمات البرمجية المصدر (play.c):
لم يتم التعرف على WORDS_BIGENDIAN بواسطة نظام التشغيل Mac OS X ، مما أدى إلى إصلاح byteswap للمشكلة.

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

3 participants