Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
VLC
Manage
Activity
Members
Labels
Plan
Issues
4k
Issue boards
Milestones
Code
Merge requests
454
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
VideoLAN
VLC
Commits
49f99ba6
Commit
49f99ba6
authored
14 years ago
by
Christophe Mutricy
Browse files
Options
Downloads
Patches
Plain Diff
Grammar
parent
edab4a5b
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
modules/audio_filter/audiobargraph_a.c
+4
-4
4 additions, 4 deletions
modules/audio_filter/audiobargraph_a.c
with
4 additions
and
4 deletions
modules/audio_filter/audiobargraph_a.c
+
4
−
4
View file @
49f99ba6
...
...
@@ -47,14 +47,14 @@
#define PORT_LONGTEXT N_("TCP port to use to communicate with the video "\
"part of the Bar Graph (default 12345)." \
"Use the same port as the one used in the rc interface." )
#define BARGRAPH_TEXT N_("Defines if BarGraph information should be sen
d
(default 1)")
#define BARGRAPH_LONGTEXT N_("Defines if BarGraph information should be sen
d
. "\
#define BARGRAPH_TEXT N_("Defines if BarGraph information should be sen
t
(default 1)")
#define BARGRAPH_LONGTEXT N_("Defines if BarGraph information should be sen
t
. "\
"1 if the information should be sent, 0 otherwise (default 1)." )
#define BARGRAPH_REPETITION_TEXT N_("Sends the barGraph information every n audio packets (default 4)")
#define BARGRAPH_REPETITION_LONGTEXT N_("Defines how often the barGraph information should be sent. "\
"Sends the barGraph information every n audio packets (default 4)." )
#define SILENCE_TEXT N_("Defines if silence alarm information should be sen
d
(default 1)")
#define SILENCE_LONGTEXT N_("Defines if silence alarm information should be sen
d
. "\
#define SILENCE_TEXT N_("Defines if silence alarm information should be sen
t
(default 1)")
#define SILENCE_LONGTEXT N_("Defines if silence alarm information should be sen
t
. "\
"1 if the information should be sent, 0 otherwise (default 1)." )
#define TIME_WINDOW_TEXT N_("Time window to use in ms (default 5000)")
#define TIME_WINDOW_LONGTEXT N_("Time Window during when the audio level is measured in ms for silence detection. "\
...
...
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