Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Opus
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Xiph.Org
Opus
Commits
8f9a7e23
Verified
Commit
8f9a7e23
authored
1 year ago
by
Jean-Marc Valin
Browse files
Options
Downloads
Patches
Plain Diff
New model with wider range of bitrates
Using a max lambda of 0.04
parent
f0ec990d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#4112
passed
1 year ago
Stage: build
Stage: test
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
autogen.sh
+1
-1
1 addition, 1 deletion
autogen.sh
silk/dred_config.h
+2
-2
2 additions, 2 deletions
silk/dred_config.h
with
3 additions
and
3 deletions
autogen.sh
+
1
−
1
View file @
8f9a7e23
...
...
@@ -9,7 +9,7 @@ set -e
srcdir
=
`
dirname
$0
`
test
-n
"
$srcdir
"
&&
cd
"
$srcdir
"
dnn/download_model.sh
da7f4c6
dnn/download_model.sh
f68e31d
echo
"Updating build configuration files, please wait...."
...
...
This diff is collapsed.
Click to expand it.
silk/dred_config.h
+
2
−
2
View file @
8f9a7e23
...
...
@@ -32,7 +32,7 @@
#define DRED_EXTENSION_ID 126
/* Remove these two completely once DRED gets an extension number assigned. */
#define DRED_EXPERIMENTAL_VERSION
5
#define DRED_EXPERIMENTAL_VERSION
6
#define DRED_EXPERIMENTAL_BYTES 2
...
...
@@ -46,7 +46,7 @@
#define DRED_FRAME_SIZE 160
#define DRED_DFRAME_SIZE (2 * (DRED_FRAME_SIZE))
#define DRED_MAX_DATA_SIZE 1000
#define DRED_ENC_Q0
9
#define DRED_ENC_Q0
6
#define DRED_ENC_Q1 15
/* Covers 1.04 second so we can cover one second, after the lookahead. */
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment