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

Structure of a struct in snd.js is not the same in Windows #6

Open
5argon opened this issue Dec 25, 2017 · 0 comments
Open

Structure of a struct in snd.js is not the same in Windows #6

5argon opened this issue Dec 25, 2017 · 0 comments

Comments

@5argon
Copy link

5argon commented Dec 25, 2017

In snd.js where frames ref-struct is of type long, it works on macOS but in Windows it seems that the size of long changed and cause the struct definition to change. In my case the next field samplerate became 0 and channels became 44100, causing a size calculation errors.

Changing long to int64 fixes the problem but not sure if it will cause any other problems or not.

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