Skip to content

Fix audio loading on Linux: use 'r' mode for popen#112

Closed
vieenrose wants to merge 1 commit intofoldl:masterfrom
vieenrose:fix/audio-popen-mode
Closed

Fix audio loading on Linux: use 'r' mode for popen#112
vieenrose wants to merge 1 commit intofoldl:masterfrom
vieenrose:fix/audio-popen-mode

Conversation

@vieenrose
Copy link

This PR fixes a platform-specific bug in src/audio_process.cpp where popen was called with "rb" mode. On Linux/POSIX systems, only "r" or "w" are valid modes. This change ensures audio files can be loaded correctly on Linux.

@vieenrose
Copy link
Author

Closing for further assessment.

@vieenrose vieenrose closed this Feb 13, 2026
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