-
Notifications
You must be signed in to change notification settings - Fork 89
Push streaming audioseal #98
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
Merged
Changes from all commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
7f907fc
push streaming audioseal
effbe17
revert TRAINIG doc
d12477c
revert notebooks:
46b0918
bump to minor version
428c94d
revert CI version
8999802
update card and examples
efeccb7
update README
9bb0e3f
update change log
99bf44e
lint
09cafe0
update CI
6588c13
update CI
328379a
Update README.md - Copilot
antoine-tran 1fface6
Update README.md - copilot
antoine-tran 74a0948
Update src/audioseal/models.py
antoine-tran 137bf35
Update src/audioseal/libs/moshi/utils/compile.py
antoine-tran d9d5e6e
Update src/audioseal/libs/moshi/modules/conv.py
antoine-tran 0c763cb
Update src/audioseal/libs/moshi/modules/lstm.py
antoine-tran 088b8b0
Update src/audioseal/builder.py
antoine-tran 2817831
Update src/audioseal/libs/moshi/modules/transformer.py
antoine-tran 5ec95a6
update AudioSeal checkpoints
0163996
lint and CI
19d5a16
lint
7fef3d5
Apply suggestion from @Copilot
antoine-tran ebdd653
update readme
55c4a3d
update README
c5536f5
add references
a276ea6
update one more pass
7e0b9c5
remove maintainers
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
Large diffs are not rendered by default.
Oops, something went wrong.
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| numpy | ||
| omegaconf | ||
| julius | ||
| torch>=1.13.0 | ||
| einops; python_version >= "3.10" |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -13,7 +13,7 @@ | |
|
|
||
| """ | ||
|
|
||
| __version__ = "0.1.8" | ||
| __version__ = "0.2.0" | ||
|
|
||
|
|
||
| from audioseal import builder | ||
|
|
||
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.
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.
Uh oh!
There was an error while loading. Please reload this page.