funasr/frontends/wav_frontend.py
@@ -75,6 +75,7 @@ LFR_outputs = torch.vstack(LFR_inputs) return LFR_outputs.type(torch.float32) @tables.register("frontend_classes", "wav_frontend") @tables.register("frontend_classes", "WavFrontend") class WavFrontend(nn.Module): """Conventional frontend structure for ASR.