Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
323 changes: 0 additions & 323 deletions packages/producer/src/services/audioExtractor.ts

This file was deleted.

4 changes: 4 additions & 0 deletions scripts/check-no-main-deletions.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,10 @@ export const ALLOWED_DELETIONS = new Map([
"packages/core/scripts/build-position-edits-render.ts",
"merged into build-inline-artifact.ts, same reason as build-audio-fx-runtime.ts above",
],
[
"packages/producer/src/services/audioExtractor.ts",
"dead duplicate of engine's audioMixer: its processAudio had no callers and its parseAudioElements was shadowed by the @hyperframes/engine export every live consumer already imports (audioMixer.ts re-exports it, renderMediaCollector.ts and the playback-rate fixture import it directly). PRINFRA-349's review found the copy's hand-rolled source-path join reproducing the percent-encoded-CJK bug the engine resolver does not have — deleting the copy is the fix",
],
[
"packages/core/scripts/build-inline-artifact.ts",
"a later branch in this stack (wa-20b2-lfo-fixes) independently deduped the same two build scripts a different way — buildInjectedArtifact.ts plus two thin per-target files — before this consolidation and that one had merged; this branch's tree keeps that shape instead, so build-inline-artifact.ts is the one that goes.",
Expand Down
Loading