Skip to content

feat: rotating file writer#913

Open
poneciak57 wants to merge 6 commits intomainfrom
feat/more_file_writer_impls
Open

feat: rotating file writer#913
poneciak57 wants to merge 6 commits intomainfrom
feat/more_file_writer_impls

Conversation

@poneciak57
Copy link
Contributor

@poneciak57 poneciak57 commented Jan 24, 2026

Closes RNAA-384

⚠️ Breaking changes ⚠️

Introduced changes

  • implemented rotating file writer

Checklist

  • Linked relevant issue
  • Updated relevant documentation
  • Added/Conducted relevant tests
  • Performed self-review of the code
  • Updated Web Audio API coverage
  • Added support for web

@poneciak57 poneciak57 changed the title feat: file writer extension feat: rotating file writer Jan 29, 2026
@poneciak57 poneciak57 marked this pull request as ready for review January 29, 2026 14:58
Copy link
Member

@michalsek michalsek left a comment

Choose a reason for hiding this comment

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

I think it would be good to rething start/stop methods when rotating is enabled, returning filepath on start, and only signle path on stop (with metadata) would be weird.

We could consider slightly improving the results by having:

  • Only status return when start/stop is called without file output
  • Single/path meta for normal file output
  • Parent directory(?) for the rotating files or only status at start, list of files (or parent directory) on stop for batched files

Although not a strong opinion on the approach

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.

3 participants