Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
flow3r firmware
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
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
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
flow3r
flow3r firmware
Merge requests
!158
bl00mbox: slow line in
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
bl00mbox: slow line in
blm_docs
into
main
Overview
2
Commits
11
Pipelines
13
Changes
30
Merged
moon2
requested to merge
blm_docs
into
main
1 year ago
Overview
2
Commits
11
Pipelines
13
Changes
30
Expand
0
0
Merge request reports
Compare
main
version 12
e330f78a
1 year ago
version 11
a90a6859
1 year ago
version 10
5af4302e
1 year ago
version 9
f3637af3
1 year ago
version 8
97bcfd77
1 year ago
version 7
2b359b23
1 year ago
version 6
f8c8cf05
1 year ago
version 5
55765b5a
1 year ago
version 4
5eabae94
1 year ago
version 3
c90f1577
1 year ago
version 2
175cdb1b
1 year ago
version 1
50721d99
1 year ago
main (base)
and
latest version
latest version
7f7e0ba4
11 commits,
1 year ago
version 12
e330f78a
11 commits,
1 year ago
version 11
a90a6859
10 commits,
1 year ago
version 10
5af4302e
9 commits,
1 year ago
version 9
f3637af3
9 commits,
1 year ago
version 8
97bcfd77
8 commits,
1 year ago
version 7
2b359b23
7 commits,
1 year ago
version 6
f8c8cf05
6 commits,
1 year ago
version 5
55765b5a
5 commits,
1 year ago
version 4
5eabae94
4 commits,
1 year ago
version 3
c90f1577
3 commits,
1 year ago
version 2
175cdb1b
2 commits,
1 year ago
version 1
50721d99
1 commit,
1 year ago
30 files
+
370
−
126
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
30
Search (e.g. *.vue) (Ctrl+P)
components/bl00mbox/include/bl00mbox_audio.h
+
2
−
0
Options
@@ -21,6 +21,8 @@ struct _bl00mbox_connection_source_t;
struct
_bl00mbox_channel_root_t
;
struct
_bl00mbox_channel_t
;
extern
int16_t
*
bl00mbox_line_in_interlaced
;
typedef
struct
_bl00mbox_bud_t
{
radspa_t
*
plugin
;
// plugin
char
*
name
;
Loading