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

How to add audio buffer with version 3.0.13 #947

Open
monupurohit opened this issue Jan 12, 2025 · 2 comments
Open

How to add audio buffer with version 3.0.13 #947

monupurohit opened this issue Jan 12, 2025 · 2 comments

Comments

@monupurohit
Copy link

audio.setBufferSize(2048);

line 102:11: error: 'class Audio' has no member named 'setBufferSize'; did you mean 'inBufferSize'?
102 | audio.setBufferSize(2048);
| ^~~~~~~~~~~~~
| inBufferSize

exit status 1

Compilation error: 'class Audio' has no member named 'setBufferSize'; did you mean 'inBufferSize'?

@monupurohit
Copy link
Author

issue with context to this:
#810

schreibfaul1 added a commit that referenced this issue Jan 15, 2025
@schreibfaul1
Copy link
Owner

setBufsize() is from the old days and is no longer used, I have deleted it

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

2 participants