Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: moonshine and whisper streaming #110

Merged
merged 34 commits into from
Mar 6, 2025
Merged

feat: moonshine and whisper streaming #110

merged 34 commits into from
Mar 6, 2025

Conversation

mkopcins
Copy link
Collaborator

Description

Moonshine and whisper with streaming mode in IOS

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update (improves or adds clarity to existing documentation)

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

@mkopcins mkopcins changed the title @mkopcins/moonshine feat: moonshine and whisper streaming Feb 27, 2025
@mkopcins mkopcins requested a review from chmjkb February 27, 2025 00:27
Mateusz Kopciński added 3 commits February 27, 2025 08:44
Refactored SpeechToText module on native side to work with both moonshine and whisper
Added ET execute function for calling arbitrary exported method
Refactored SpeecToTextController on TS side
Implemented transcribtion streaming like whisper_streaming
@mkopcins mkopcins force-pushed the @mkopcins/moonshine branch from 91aa69f to b844873 Compare February 27, 2025 22:27
@mkopcins mkopcins force-pushed the @mkopcins/moonshine branch from 4adc5b4 to 0801c82 Compare March 6, 2025 12:17
@mkopcins mkopcins merged commit ca02d17 into main Mar 6, 2025
2 checks passed
@mkopcins mkopcins deleted the @mkopcins/moonshine branch March 6, 2025 14:51
JakubGonera pushed a commit that referenced this pull request Mar 12, 2025
## Description
Moonshine and whisper with streaming mode in IOS

### Type of change
- [ ] Bug fix (non-breaking change which fixes an issue)
- [x] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] Documentation update (improves or adds clarity to existing
documentation)

### Tested on
- [x] iOS
- [ ] Android

### Testing instructions
<!-- Provide step-by-step instructions on how to test your changes.
Include setup details if necessary. -->

### Screenshots
<!-- Add screenshots here, if applicable -->

### Related issues
<!-- Link related issues here using #issue-number -->

### Checklist
- [x] I have performed a self-review of my code
- [x] 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
<!-- Include any additional information, assumptions, or context that
reviewers might need to understand this PR. -->

---------

Co-authored-by: Mateusz Kopciński <[email protected]>
Co-authored-by: chmjkb <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants