adjust viewer position

This commit is contained in:
Hayk Martiros 2022-11-25 22:07:08 -08:00
parent 35a90ec979
commit 42ab7a916f
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ export default function SpectrogramViewer({
return (
<group>
{inferenceResults.map((value: InferenceResult, index: number) => {
const position = audioLength * (-0.53 - value.counter) + playbarShift;
const position = audioLength * (-0.6 - value.counter) + playbarShift;
if (use_height_map) {
return (
<HeightMapImage