Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
MitAL
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
sip
MitAL
Compare revisions
1f253914532b7f90751c958312a38625def6f994 to 014255e425c59de1e66af852955933748019c5c9
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
sip/mital
Select target project
No results found
014255e425c59de1e66af852955933748019c5c9
Select Git revision
Loading items
Swap
Target
sip/mital
Select target project
sip/mital
1 result
1f253914532b7f90751c958312a38625def6f994
Select Git revision
Loading items
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source
2
Fixed #522
· 44982d00
Byurrrer
authored
Jun 30, 2020
44982d00
Looped primary buffer
· 014255e4
Byurrrer
authored
Jun 30, 2020
014255e4
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
proj/vs2013/mital/mital.vcxproj
+1
-1
1 addition, 1 deletion
proj/vs2013/mital/mital.vcxproj
source/AudioBufferEx.cpp
+1
-0
1 addition, 0 deletions
source/AudioBufferEx.cpp
with
2 additions
and
1 deletion
proj/vs2013/mital/mital.vcxproj
View file @
014255e4
...
...
@@ -83,7 +83,7 @@
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
>
<LinkIncremental>
false
</LinkIncremental>
<OutDir>
../../../lib/
</OutDir>
<IncludePath>
$(VC_IncludePath);$(WindowsS
dk_71A
_IncludePath);../../../source/;
</IncludePath>
<IncludePath>
$(VC_IncludePath);$(WindowsS
DK
_IncludePath);../../../source/;
</IncludePath>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
>
<IncludePath>
$(VC_IncludePath);$(WindowsSdk_IncludePath);../../../source/
</IncludePath>
...
...
This diff is collapsed.
Click to expand it.
source/AudioBufferEx.cpp
View file @
014255e4
...
...
@@ -37,6 +37,7 @@ void CAudioBufferEx::init(IAudioBufferEx *pParent, const AudioRawDesc *pDesc, vo
oDesc
.
uSize
=
SAMPLE_BUFFER_FRAME
*
oDesc
.
u8Channels
*
AudioGetFormatBytes
(
pDesc
->
fmtSample
);
CAudioBuffer
::
init
(
pParent
,
&
oDesc
,
0
);
m_oParamPlay
.
loop
=
AB_LOOP_SIMPLE
;
m_type
=
AB_TYPE_PRIMARY
;
...
...
This diff is collapsed.
Click to expand it.