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

Implement audsrv_free_adpcm #406

Merged
merged 1 commit into from
Feb 17, 2023
Merged

Implement audsrv_free_adpcm #406

merged 1 commit into from
Feb 17, 2023

Conversation

AJenbo
Copy link
Contributor

@AJenbo AJenbo commented Feb 11, 2023

Remove an adpcm sample uploaded with audsrv_load_adpcm() from the list of loaded sounds.

This allows games to free up SPU memeory by removing the latest loaded sounds from the list. For efficient managment commonly used sounds should be loaded first so that they do not need to be unloaded to free up memory.

Remove an adpcm sample uploaded with audsrv_load_adpcm() from the list
of loaded sounds
@uyjulian uyjulian merged commit 7a1273f into ps2dev:master Feb 17, 2023
@AJenbo AJenbo deleted the free_sample branch February 17, 2023 05:07
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.

2 participants