Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc
Commits
52a743df
Commit
52a743df
authored
Feb 23, 2012
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert "Invert speex_dsp and src score capabilities"
This reverts commit
5c261b04
. SRC is CPU usage too damn high!
parent
8fc17f10
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
modules/audio_filter/resampler/speex.c
modules/audio_filter/resampler/speex.c
+1
-1
modules/audio_filter/resampler/src.c
modules/audio_filter/resampler/src.c
+1
-1
No files found.
modules/audio_filter/resampler/speex.c
View file @
52a743df
...
...
@@ -44,7 +44,7 @@ vlc_module_begin ()
add_integer
(
"speex-resampler-quality"
,
4
,
QUALITY_TEXT
,
QUALITY_LONGTEXT
,
true
)
change_integer_range
(
0
,
10
)
set_capability
(
"audio filter"
,
5
0
)
set_capability
(
"audio filter"
,
6
0
)
set_callbacks
(
Open
,
Close
)
vlc_module_end
()
...
...
modules/audio_filter/resampler/src.c
View file @
52a743df
...
...
@@ -53,7 +53,7 @@ vlc_module_begin ()
add_integer
(
"src-converter-type"
,
SRC_SINC_MEDIUM_QUALITY
,
SRC_CONV_TYPE_TEXT
,
SRC_CONV_TYPE_LONGTEXT
,
true
)
change_integer_list
(
conv_type_values
,
conv_type_texts
)
set_capability
(
"audio filter"
,
6
0
)
set_capability
(
"audio filter"
,
5
0
)
set_callbacks
(
Open
,
Close
)
vlc_module_end
()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment