You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The extension derived the transcoded .wav Storage destination from the local /tmp path. The kit derives it from the object name and normalises the prefix separator. Migrated users find their transcoded audio in a different location.
The extension derived the transcoded
.wavStorage destination from the local/tmppath. The kit derives it from the object name and normalises the prefix separator. Migrated users find their transcoded audio in a different location.Extension:
Kit:
For an input object named
a.mp3:OUTPUT_STORAGE_PATHtmp/a.mp3.wava.mp3.wavtranscriptionstranscriptions/tmp/a.mp3.wavtranscriptions/a.mp3.wavtranscriptions/transcriptions//tmp/a.mp3.wavtranscriptions/a.mp3.wavThe
.txttranscript path had a related remnant (replace("tmp/", "")), fixed in #3073 (#3026). The.wavlocation itself is still open.Decide one of:
tmp/-prefixed paths, double slash included, so existing consumers keep finding files where they were.tmp/segment is an artefact of the local download path, not a design. Document the change and the old-vs-new matrix in the kit README and the Notes entries (docs(kits): write the Notes entries for accepted divergences #3035).Parity ledger: #2974, speech-to-text §1.