Skip to content

fix(audio): resolve EXC_BAD_ACCESS crash during recording#62

Merged
MasamiYui merged 1 commit into
mainfrom
fix/recording-crash
Feb 25, 2026
Merged

fix(audio): resolve EXC_BAD_ACCESS crash during recording#62
MasamiYui merged 1 commit into
mainfrom
fix/recording-crash

Conversation

@MasamiYui

Copy link
Copy Markdown
Member
  • Process mic buffers synchronously to prevent memory invalidation before writing.
  • Use UnsafeMutableAudioBufferListPointer to safely access multiple audio buffers, avoiding struct copy truncation.

- Process mic buffers synchronously to prevent memory invalidation before writing.
- Use UnsafeMutableAudioBufferListPointer to safely access multiple audio buffers, avoiding struct copy truncation.
@MasamiYui
MasamiYui merged commit 237c2b1 into main Feb 25, 2026
1 check passed
MasamiYui added a commit that referenced this pull request Feb 26, 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