[PR #445] [MERGED] Improve write offset detection for redumper #1020

Closed
opened 2026-01-29 16:24:52 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/SabreTools/MPF/pull/445
Author: @fuzz6001
Created: 12/30/2022
Status: Merged
Merged: 12/30/2022
Merged by: @mnadareski

Base: masterHead: improve-write-offset-detection


📝 Commits (1)

📊 Changes

1 file changed (+7 additions, -6 deletions)

View changed files

📝 MPF.Modules/Redumper/Parameters.cs (+7 -6)

📄 Description

Skip all lines in the detection.

Some samples

Audio

detecting offset
audio silence detection... done
Perfect Audio Offset (silence level: 0): [-28707 .. +15478]
warning: fallback offset 0 applied
disc write offset: +0
detection complete (time: 15s)

Audio

detecting offset
audio silence detection... done
Perfect Audio Offset (silence level: 0): -12
Perfect Audio Offset applied
disc write offset: -12
detection complete (time: 17s)

PC

detecting offset
data track detected
disc write offset: -12
detection complete (time: 0s)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/SabreTools/MPF/pull/445 **Author:** [@fuzz6001](https://github.com/fuzz6001) **Created:** 12/30/2022 **Status:** ✅ Merged **Merged:** 12/30/2022 **Merged by:** [@mnadareski](https://github.com/mnadareski) **Base:** `master` ← **Head:** `improve-write-offset-detection` --- ### 📝 Commits (1) - [`7254a22`](https://github.com/SabreTools/MPF/commit/7254a22b007b40e3cd078c42c99bec1d156ce43e) Skip during detection ### 📊 Changes **1 file changed** (+7 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `MPF.Modules/Redumper/Parameters.cs` (+7 -6) </details> ### 📄 Description Skip all lines in the detection. # Some samples ## Audio ``` detecting offset audio silence detection... done Perfect Audio Offset (silence level: 0): [-28707 .. +15478] warning: fallback offset 0 applied disc write offset: +0 detection complete (time: 15s) ``` ## Audio ``` detecting offset audio silence detection... done Perfect Audio Offset (silence level: 0): -12 Perfect Audio Offset applied disc write offset: -12 detection complete (time: 17s) ``` ## PC ``` detecting offset data track detected disc write offset: -12 detection complete (time: 0s) ``` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 16:24:52 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SabreTools/MPF#1020