Skip to content
This repository was archived by the owner on Jun 17, 2025. It is now read-only.

Commit 793b96a

Browse files
committed
Add todo for possible alternative interpolator
1 parent 7f16620 commit 793b96a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripty_stt/src/process_audio.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ pub fn process_audio(
2020
let second = source.next();
2121

2222
// start off by preparing a linear interpolator for the model
23+
// TODO: look into whether this could be better as a `Sinc` interpolator?
2324
let interpolator = Linear::new(first, second);
2425

2526
// then make a converter that takes this interpolator and converts it

0 commit comments

Comments
 (0)