Skip to content

Implement native Android sound backend#129

Open
irov wants to merge 1 commit intomasterfrom
codex/implement-openal-replacement-plugin-for-android
Open

Implement native Android sound backend#129
irov wants to merge 1 commit intomasterfrom
codex/implement-openal-replacement-plugin-for-android

Conversation

@irov
Copy link
Owner

@irov irov commented Sep 17, 2025

Summary

  • implement a dedicated AndroidSoundSystem that initializes an OpenSL ES engine, tracks active sources, and exports a non-silent sound service
  • add AndroidSoundBuffer to decode PCM data for playback and AndroidSoundSource to drive OpenSL ES buffer queue players with looping, volume, and seeking support
  • update the Android sound system library build to include the new sources and link against OpenSLES

Testing

  • not run (not requested)

https://chatgpt.com/codex/tasks/task_e_68cb1f8212a483208f926c6dc6b881ef

@sonarqubecloud
Copy link

sonarqubecloud bot commented Feb 5, 2026

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant