Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
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-2-2
Commits
b3e61d25
Commit
b3e61d25
authored
Mar 19, 2012
by
Edward Wang
Committed by
Jean-Baptiste Kempf
Mar 19, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
stereo_widen: enhance strings
Signed-off-by:
Jean-Baptiste Kempf
<
jb@videolan.org
>
parent
50f3a9b9
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
17 deletions
+17
-17
modules/audio_filter/stereo_widen.c
modules/audio_filter/stereo_widen.c
+17
-17
No files found.
modules/audio_filter/stereo_widen.c
View file @
b3e61d25
...
...
@@ -52,30 +52,30 @@ struct filter_sys_t
* allocate buffer, then dont free it twice */
};
#define HELP_TEXT N_("This filter enhances
stereo effect by
\
suppressing mono,i.e. signal common to both channels,
\
and by delaying the signal of left into right and vice versa
\
thereby widening stereo effect
")
#define HELP_TEXT N_("This filter enhances
the stereo effect by "
\
"suppressing mono (signal common to both channels) "
\
"and by delaying the signal of left into right and vice versa, "
\
"thereby widening the stereo effect.
")
#define DELAY_TEXT N_("Delay time")
#define DELAY_LONGTEXT N_("Time in ms of the delay of left signal into right \
and vice versa.")
#define FEEDBACK_TEXT N_("Feedback
G
ain")
#define FEEDBACK_LONGTEXT N_("Amount of gain in delayed left signal into \
right and vice versa. Gives a delay effect of left signal in
\
right output and vice versa which gives widening effect
")
#define DELAY_LONGTEXT N_("Time in ms of the delay of left signal into right
"
\
"
and vice versa.")
#define FEEDBACK_TEXT N_("Feedback
g
ain")
#define FEEDBACK_LONGTEXT N_("Amount of gain in delayed left signal into
"
\
"right and vice versa. Gives a delay effect of left signal in "
\
"right output and vice versa which gives widening effect.
")
#define CROSSFEED_TEXT N_("Crossfeed")
#define CROSSFEED_LONGTEXT N_("Cross feed of left into right with inverted \
phase. This helps in suppression of mono. If its value is 1 it
\
cancels all the signal common to both channels
")
#define DRYMIX_TEXT N_("Dry
M
ix")
#define DRYMIX_LONGTEXT N_("Level of input signal of original channel")
#define CROSSFEED_LONGTEXT N_("Cross feed of left into right with inverted
"
\
"phase. This helps in suppressing the mono. If the value is 1 it "
\
"will cancel all the signal common to both channels.
")
#define DRYMIX_TEXT N_("Dry
m
ix")
#define DRYMIX_LONGTEXT N_("Level of input signal of original channel
.
")
/*****************************************************************************
* Module descriptor
*****************************************************************************/
vlc_module_begin
()
set_shortname
(
N_
(
"
stereo_widen
"
)
)
set_description
(
N_
(
"S
tereo Enhancer
"
)
)
set_shortname
(
N_
(
"
Stereo Enhancer
"
)
)
set_description
(
N_
(
"S
imple stereo widening effect
"
)
)
set_help
(
HELP_TEXT
)
set_category
(
CAT_AUDIO
)
set_subcategory
(
SUBCAT_AUDIO_AFILTER
)
...
...
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