Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mpd
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Иван Мажукин
mpd
Commits
59ad6265
Commit
59ad6265
authored
Oct 26, 2013
by
Max Kellermann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
DecoderControl: add MixRamp getters
parent
067572c6
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
2 deletions
+14
-2
DecoderControl.hxx
src/DecoderControl.hxx
+12
-0
PlayerThread.cxx
src/PlayerThread.cxx
+2
-2
No files found.
src/DecoderControl.hxx
View file @
59ad6265
...
...
@@ -350,6 +350,18 @@ public:
void
Quit
();
const
char
*
GetMixRampStart
()
const
{
return
mixramp_start
;
}
const
char
*
GetMixRampEnd
()
const
{
return
mixramp_end
;
}
const
char
*
GetMixRampPreviousEnd
()
const
{
return
mixramp_prev_end
;
}
void
MixRampStart
(
char
*
_mixramp_start
);
void
MixRampEnd
(
char
*
_mixramp_end
);
void
MixRampPrevEnd
(
char
*
_mixramp_prev_end
);
...
...
src/PlayerThread.cxx
View file @
59ad6265
...
...
@@ -1011,8 +1011,8 @@ Player::Run()
pc
.
mixramp_delay_seconds
,
dc
.
replay_gain_db
,
dc
.
replay_gain_prev_db
,
dc
.
mixramp_start
,
dc
.
mixramp_prev_end
,
dc
.
GetMixRampStart
()
,
dc
.
GetMixRampPreviousEnd
()
,
dc
.
out_audio_format
,
play_audio_format
,
buffer
.
GetSize
()
-
...
...
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