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

Refactor ADPCM audio decoding and BGM sound callbacks #76

Merged
merged 1 commit into from
Sep 14, 2024
Merged

Conversation

dogo
Copy link
Owner

@dogo dogo commented Sep 14, 2024

  • Improved consistency in variable and function naming for better readability
  • Refactored error handling logic to reduce redundancy and centralize cleanup
  • Enhanced comments for better explanation of key functions and logic
  • Extracted repeated and complex logic into smaller, more focused functions
  • Removed unnecessary and unused code to streamline the implementation

- Improved consistency in variable and function naming for better readability
- Refactored error handling logic to reduce redundancy and centralize cleanup
- Enhanced comments for better explanation of key functions and logic
- Extracted repeated and complex logic into smaller, more focused functions
- Removed unnecessary and unused code to streamline the implementation
@dogo dogo merged commit 2be7c05 into master Sep 14, 2024
6 checks passed
@dogo dogo deleted the refactor/bgm branch September 14, 2024 12:47
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