mirror of
https://github.com/huggingface/candle.git
synced 2025-06-22 12:28:06 +00:00
Speaker embeddings computation for metavoice. (#1800)
* Speaker embeddings computation for metavoice. * Compute the speaker embeddings.
This commit is contained in:
@ -167,7 +167,7 @@ fn log_mel_spectrogram_w<T: Float>(
|
||||
mel
|
||||
}
|
||||
|
||||
fn log_mel_spectrogram_<T: Float>(
|
||||
pub fn log_mel_spectrogram_<T: Float>(
|
||||
samples: &[T],
|
||||
filters: &[T],
|
||||
fft_size: usize,
|
||||
|
Reference in New Issue
Block a user