fix(audio): unifier cycle de vie, snapshot et rétention #43

Open
hermes wants to merge 1 commit from fix/audio-lifecycle into main
First-time contributor

Résumé

  • ancre la capture live à un cycle de vie et un snapshot WAV uniques
  • centralise Stop/Abort/finalisation et rend les erreurs de cleanup observables
  • valide l'ordre des chunks WAV et retient exactement les octets du snapshot validé
  • tolère la création différée du fichier par pw-record

Closes #5
Closes #6
Closes #7
Closes #8
Closes #9
Closes #10

Validation

  • umask 077; go test -race -count=20 ./internal/audio/wav ./internal/audio ./internal/audio/pwrecord
## Résumé - ancre la capture live à un cycle de vie et un snapshot WAV uniques - centralise Stop/Abort/finalisation et rend les erreurs de cleanup observables - valide l'ordre des chunks WAV et retient exactement les octets du snapshot validé - tolère la création différée du fichier par `pw-record` Closes #5 Closes #6 Closes #7 Closes #8 Closes #9 Closes #10 ## Validation - `umask 077; go test -race -count=20 ./internal/audio/wav ./internal/audio ./internal/audio/pwrecord`
fix(audio): unify live capture and snapshot ownership
Some checks failed
CI / amd64 / Go 1.23.12 (push) Has been cancelled
CI / amd64 / Go 1.26.5 (push) Has been cancelled
CI / arm64 cross-build / Go 1.23.12 (push) Has been cancelled
CI / arm64 cross-build / Go 1.26.5 (push) Has been cancelled
CI / amd64 / Go 1.23.12 (pull_request) Has been cancelled
CI / amd64 / Go 1.26.5 (pull_request) Has been cancelled
CI / arm64 cross-build / Go 1.23.12 (pull_request) Has been cancelled
CI / arm64 cross-build / Go 1.26.5 (pull_request) Has been cancelled
e53944c388
Some checks failed
CI / amd64 / Go 1.23.12 (push) Has been cancelled
CI / amd64 / Go 1.26.5 (push) Has been cancelled
CI / arm64 cross-build / Go 1.23.12 (push) Has been cancelled
CI / arm64 cross-build / Go 1.26.5 (push) Has been cancelled
CI / amd64 / Go 1.23.12 (pull_request) Has been cancelled
CI / amd64 / Go 1.26.5 (pull_request) Has been cancelled
CI / arm64 cross-build / Go 1.23.12 (pull_request) Has been cancelled
CI / arm64 cross-build / Go 1.26.5 (pull_request) Has been cancelled
This pull request can be merged automatically.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin fix/audio-lifecycle:fix/audio-lifecycle
git switch fix/audio-lifecycle

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff fix/audio-lifecycle
git switch fix/audio-lifecycle
git rebase main
git switch main
git merge --ff-only fix/audio-lifecycle
git switch fix/audio-lifecycle
git rebase main
git switch main
git merge --no-ff fix/audio-lifecycle
git switch main
git merge --squash fix/audio-lifecycle
git switch main
git merge --ff-only fix/audio-lifecycle
git switch main
git merge fix/audio-lifecycle
git push origin main
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
mathieu/murmur!43
No description provided.