Skip to content

Conversation

@mkopcins
Copy link
Collaborator

Description

The Whisper model export now takes in a plain waveform instead of pre-computed STFT. This PR aims to change the current API to accept waveforms instead. Before merging this, make sure to re-export all the existing Whisper models with the new export script.

Introduces a breaking change?

  • Yes
  • No

Type of change

  • Bug fix (change which fixes an issue)
  • New feature (change which adds functionality)
  • Documentation update (improves or adds clarity to existing documentation)
  • Other (chores, tests, code style improvements etc.)

Tested on

  • iOS
  • Android

Testing instructions

Screenshots

Related issues

Checklist

  • I have performed a self-review of my code
  • I have commented my code, particularly in hard-to-understand areas
  • I have updated the documentation accordingly
  • My changes generate no new warnings

Additional notes

@msluszniak msluszniak added the feature PRs that implement a new feature label Oct 23, 2025
@msluszniak msluszniak linked an issue Oct 23, 2025 that may be closed by this pull request
@chmjkb chmjkb force-pushed the @chmjkb/remove-stt-preprocess branch from 8dc849f to e37091c Compare November 28, 2025 16:25
@chmjkb
Copy link
Contributor

chmjkb commented Nov 28, 2025

Let's reupload all the Whisper models to HF and this is good to merge!

@chmjkb chmjkb force-pushed the @chmjkb/remove-stt-preprocess branch from e37091c to cfd5580 Compare December 1, 2025 09:36
@chmjkb chmjkb force-pushed the @chmjkb/remove-stt-preprocess branch from cfd5580 to f615939 Compare December 1, 2025 12:03
@chmjkb chmjkb requested a review from IgorSwat December 3, 2025 07:56
@chmjkb chmjkb linked an issue Dec 3, 2025 that may be closed by this pull request
Co-authored-by: IgorSwat <114943112+IgorSwat@users.noreply.github.com>
@chmjkb chmjkb merged commit 2d1ac22 into main Dec 3, 2025
4 checks passed
@chmjkb chmjkb deleted the @chmjkb/remove-stt-preprocess branch December 3, 2025 10:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

feature PRs that implement a new feature

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Remove STFT calculation in STT Reexport whisper models with logmel inside the model

5 participants