docs(release-controller): fix stale POST mix/waveform comment - track-waveforms vault, duration-derived high-res
This commit is contained in:
@@ -107,9 +107,10 @@ public class ReleaseController : ControllerBase
|
|||||||
}
|
}
|
||||||
|
|
||||||
// POST api/release/{id}/mix/waveform ([ApiKeyAuthorize], no body)
|
// POST api/release/{id}/mix/waveform ([ApiKeyAuthorize], no body)
|
||||||
// Server-side trigger: fetch the Mix's track audio from the vault, compute a 2048-bucket waveform,
|
// Server-side trigger: fetch the Mix's track audio from the vault, compute a duration-derived high-res
|
||||||
// store it in the mix-waveforms vault, and set MixMetadata.WaveformEntryKey. 404 when the release is
|
// waveform via ComputeAndStoreHighResAsync, store it in the track-waveforms vault, and set
|
||||||
// missing or has no stored audio; 500 on compute/storage failure. Declared before "{id:long}".
|
// MixMetadata.WaveformEntryKey. 404 when the release is missing or has no stored audio; 500 on
|
||||||
|
// compute/storage failure. Declared before "{id:long}".
|
||||||
[ApiKeyAuthorize]
|
[ApiKeyAuthorize]
|
||||||
[HttpPost("{id:long}/mix/waveform")]
|
[HttpPost("{id:long}/mix/waveform")]
|
||||||
public async Task<ActionResult> GenerateMixWaveform(long id, CancellationToken ct = default)
|
public async Task<ActionResult> GenerateMixWaveform(long id, CancellationToken ct = default)
|
||||||
|
|||||||
Reference in New Issue
Block a user