Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Alchemy Viewer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package registry
Operate
Terraform modules
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Silent mode is enabled
All outbound communications are blocked.
Learn more
.
Show more breadcrumbs
Alchemy Viewer
Alchemy Viewer
Commits
09dc92b2
Commit
09dc92b2
authored
5 years ago
by
AndreyL ProductEngine
Browse files
Options
Downloads
Patches
Plain Diff
SL-10334 Increased allowed sound clip length from 10s to 30s
parent
88b72bcc
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
indra/llaudio/llvorbisencode.h
+1
-1
1 addition, 1 deletion
indra/llaudio/llvorbisencode.h
with
1 addition
and
1 deletion
indra/llaudio/llvorbisencode.h
+
1
−
1
View file @
09dc92b2
...
@@ -40,7 +40,7 @@ const S32 LLVORBISENC_UNSUPPORTED_WORD_SIZE = 9; // unsupported word size
...
@@ -40,7 +40,7 @@ const S32 LLVORBISENC_UNSUPPORTED_WORD_SIZE = 9; // unsupported word size
const
S32
LLVORBISENC_CLIP_TOO_LONG
=
10
;
// source file is too long
const
S32
LLVORBISENC_CLIP_TOO_LONG
=
10
;
// source file is too long
const
S32
LLVORBISENC_CHUNK_SIZE_ERR
=
11
;
// chunk size is wrong
const
S32
LLVORBISENC_CHUNK_SIZE_ERR
=
11
;
// chunk size is wrong
const
F32
LLVORBIS_CLIP_MAX_TIME
=
1
0
.
0
f
;
const
F32
LLVORBIS_CLIP_MAX_TIME
=
3
0
.
0
f
;
const
U8
LLVORBIS_CLIP_MAX_CHANNELS
=
2
;
const
U8
LLVORBIS_CLIP_MAX_CHANNELS
=
2
;
const
U32
LLVORBIS_CLIP_SAMPLE_RATE
=
44100
;
const
U32
LLVORBIS_CLIP_SAMPLE_RATE
=
44100
;
const
U32
LLVORBIS_CLIP_MAX_SAMPLES_PER_CHANNEL
=
(
U32
)(
LLVORBIS_CLIP_MAX_TIME
*
LLVORBIS_CLIP_SAMPLE_RATE
);
const
U32
LLVORBIS_CLIP_MAX_SAMPLES_PER_CHANNEL
=
(
U32
)(
LLVORBIS_CLIP_MAX_TIME
*
LLVORBIS_CLIP_SAMPLE_RATE
);
...
...
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