Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Opus
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
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
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Xiph.Org
Opus
Commits
3af4aa78
Commit
3af4aa78
authored
12 years ago
by
Jean-Marc Valin
Browse files
Options
Downloads
Patches
Plain Diff
Uses opus_int32 for fs_API_Hz parameter in silk_decoder_set_fs
parent
c82cd062
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
silk/decoder_set_fs.c
+1
-1
1 addition, 1 deletion
silk/decoder_set_fs.c
silk/main.h
+1
-1
1 addition, 1 deletion
silk/main.h
with
2 additions
and
2 deletions
silk/decoder_set_fs.c
+
1
−
1
View file @
3af4aa78
...
...
@@ -35,7 +35,7 @@ POSSIBILITY OF SUCH DAMAGE.
opus_int
silk_decoder_set_fs
(
silk_decoder_state
*
psDec
,
/* I/O Decoder state pointer */
opus_int
fs_kHz
,
/* I Sampling frequency (kHz) */
opus_int
fs_API_Hz
/* I API Sampling frequency (Hz) */
opus_int
32
fs_API_Hz
/* I API Sampling frequency (Hz) */
)
{
opus_int
frame_length
,
ret
=
0
;
...
...
This diff is collapsed.
Click to expand it.
silk/main.h
+
1
−
1
View file @
3af4aa78
...
...
@@ -357,7 +357,7 @@ opus_int silk_init_decoder(
opus_int
silk_decoder_set_fs
(
silk_decoder_state
*
psDec
,
/* I/O Decoder state pointer */
opus_int
fs_kHz
,
/* I Sampling frequency (kHz) */
opus_int
fs_API_Hz
/* I API Sampling frequency (Hz) */
opus_int
32
fs_API_Hz
/* I API Sampling frequency (Hz) */
);
/****************/
...
...
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