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
1761b814
Commit
1761b814
authored
14 years ago
by
Jean-Marc Valin
Browse files
Options
Downloads
Patches
Plain Diff
Enabling the CELT post-filter in Opus
parent
0bf73956
Loading
Loading
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
celt
+1
-1
1 addition, 1 deletion
celt
configure.ac
+1
-0
1 addition, 0 deletions
configure.ac
src/test_opus.c
+1
-1
1 addition, 1 deletion
src/test_opus.c
with
3 additions
and
2 deletions
celt
@
3a8f04db
Subproject commit
9cc56bf0af85bfa208e26c07afbca383e2a52b4e
Subproject commit
3a8f04db17201192a915db6a0d105178547b88a6
This diff is collapsed.
Click to expand it.
configure.ac
+
1
−
0
View file @
1761b814
...
...
@@ -22,6 +22,7 @@ AC_TYPE_SIZE_T
# Checks for library functions.
AC_FUNC_MALLOC
export OPUS_BUILD=true
AC_CONFIG_SUBDIRS([celt])
AC_CONFIG_SUBDIRS([silk])
...
...
This diff is collapsed.
Click to expand it.
src/test_opus.c
+
1
−
1
View file @
1761b814
...
...
@@ -203,7 +203,7 @@ int main(int argc, char *argv[])
}
if
(
mode
==
MODE_HYBRID
)
{
if
(
bandwidth
!=
BANDWIDTH_SUPERWIDEBAND
&&
bandwidth
!=
BANDWIDTH_
SUPERWIDE
BAND
)
if
(
bandwidth
!=
BANDWIDTH_SUPERWIDEBAND
&&
bandwidth
!=
BANDWIDTH_
FULL
BAND
)
{
fprintf
(
stderr
,
"Hybrid mode only supports superwideband and fullband
\n
"
);
return
1
;
...
...
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