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

Some errors in the compiling #6

Open
murarduino opened this issue Nov 4, 2022 · 0 comments
Open

Some errors in the compiling #6

murarduino opened this issue Nov 4, 2022 · 0 comments

Comments

@murarduino
Copy link

murarduino commented Nov 4, 2022

I had some errors compiling

  1. ESP32_MAS.cpp Line 42:
    ptr += is;
    The word types on both sides of the expression are different. Should it be rewritten as follows:
    *(unsigned int*)ptr += is;

  2. ESP32_MAS.cpp line 217: i2s_write_bytes() is obsolete. This needs to be replaced by the i2s_write() function. But the size_t *bytes_written parameter is newly added to i2s_write, so how will this parameter be set?

in addition, I don't see any enforce aiff files throughout that code. I would like to ask, if I use 8bits/22MHz Wav file can play?

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