Skip to content

fix(extract_audio): refactored to use sync file write to improve stability#125

Merged
hm21 merged 1 commit intohm21:stablefrom
ekuleshov:audio-extract-wav-sync
Apr 19, 2026
Merged

fix(extract_audio): refactored to use sync file write to improve stability#125
hm21 merged 1 commit intohm21:stablefrom
ekuleshov:audio-extract-wav-sync

Conversation

@ekuleshov
Copy link
Copy Markdown
Contributor

Description

Related Issue: Closes #116

Apparently my previous attempt wasn't successful and there are still some issues on iOS.

This PR change audio export to use sync file write, to avoid issues the write session start.
Tested it with the example app and my internal audio dataset.

Type of Change

  • ✨ New feature (non-breaking change which adds functionality)
  • 🛠️ Bug fix (non-breaking change which fixes an issue)
  • ❌ Breaking change (fix or feature that would cause existing functionality to change)
  • 🧹 Code refactor
  • ✅ Build configuration change
  • 📝 Documentation
  • 🗑️ Chore

Copy link
Copy Markdown
Owner

@hm21 hm21 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM thanks for creating that PR which fix this issue

@hm21 hm21 merged commit 54f4e1e into hm21:stable Apr 19, 2026
1 check failed
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.

[Bug]: crash on Apple platforms when extracting audio

2 participants