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

Audio #1095

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Audio #1095

wants to merge 2 commits into from

Conversation

BBC-Esq
Copy link
Contributor

@BBC-Esq BBC-Esq commented Oct 27, 2024

Change the decode_audio function to write the bytes representation of the NumPy array using array.tobytes() when writing to the raw_buffer. This explicitly handles the data conversion to bytes, which enhances code clarity, ensures compatibility across different Python versions and environments, avoids potential issues with the buffer protocol, and improves the robustness and portability of the code without altering its functionality working with the rest of the program.

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

Successfully merging this pull request may close these issues.

1 participant