-
Notifications
You must be signed in to change notification settings - Fork 12k
mtmd : add ultravox audio input #13623
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
Merged
+95,402
−260
Merged
Changes from 28 commits
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
4fa0c27
convert ok, load ok
ngxson 8b73116
warmup ok
ngxson 4ac7940
test
ngxson 4282465
still does not work?
ngxson 45cdb7f
fix padding
ngxson f3605b9
temporary give up
ngxson 1804fa2
Merge branch 'master' into xsn/mtmd_ultravox
ngxson bc708b4
fix merge conflict
ngxson de20afd
build_ultravox()
ngxson bbe4940
rm test
ngxson 4d44460
Merge branch 'master' into xsn/mtmd_ultravox
ngxson 8d7d75a
fix merge conflict
ngxson dce799d
add necessary mtmd APIs
ngxson f151854
first working version (only 4s of audio)
ngxson 9a0dcb6
will this monster compile?
ngxson 1a90395
fix compile
ngxson 4a8c092
please compile
ngxson 6f23ad1
fPIC
ngxson cf38b47
fix windows
ngxson cf4f5d2
various fixes
ngxson 3bbb26b
clean up audio_helpers
ngxson 3ce96d7
fix conversion
ngxson cf9613f
add some debug stuff
ngxson 23d0d7f
long audio input ok
ngxson 7033aa1
adapt the api
ngxson e7c8a2e
Merge branch 'master' into xsn/mtmd_ultravox
ngxson 111c820
add --audio arg
ngxson e6416b0
final touch UX
ngxson 36a1abb
add miniaudio to readme
ngxson 544f4f1
fix typo
ngxson 7602ee4
Merge branch 'master' into xsn/mtmd_ultravox
ngxson 9afb3af
refactor kv metadata
ngxson 107790a
mtmd_default_marker()
ngxson File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are the
image_size
andpatch_size
used in the audio encoder?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is unused, but I leave it here from my first draft version so the warmup works. But yeah I should remove this