Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
M
miniaudio
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
MyCard
miniaudio
Commits
f91d9222
Commit
f91d9222
authored
Mar 10, 2018
by
David Reid
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Clean up.
parent
34a2294f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
35 deletions
+11
-35
mini_al.h
mini_al.h
+11
-35
No files found.
mini_al.h
View file @
f91d9222
...
@@ -8056,30 +8056,12 @@ typedef int mal_pa_sample_format_t;
...
@@ -8056,30 +8056,12 @@ typedef int mal_pa_sample_format_t;
#define MAL_PA_SAMPLE_S24_32LE 11
#define MAL_PA_SAMPLE_S24_32LE 11
#define MAL_PA_SAMPLE_S24_32BE 12
#define MAL_PA_SAMPLE_S24_32BE 12
typedef
struct
typedef
struct
mal_pa_mainloop
mal_pa_mainloop
;
{
typedef
struct
mal_pa_mainloop_api
mal_pa_mainloop_api
;
int
__unused
;
typedef
struct
mal_pa_context
mal_pa_context
;
}
mal_pa_mainloop
;
typedef
struct
mal_pa_operation
mal_pa_operation
;
typedef
struct
typedef
struct
mal_pa_stream
mal_pa_stream
;
{
typedef
struct
mal_pa_spawn_api
mal_pa_spawn_api
;
int
__unused
;
}
mal_pa_mainloop_api
;
typedef
struct
{
int
__unused
;
}
mal_pa_context
;
typedef
struct
{
int
__unused
;
}
mal_pa_operation
;
typedef
struct
{
int
__unused
;
}
mal_pa_stream
;
typedef
struct
{
int
__unused
;
}
mal_pa_spawn_api
;
typedef
struct
typedef
struct
{
{
...
@@ -9263,17 +9245,11 @@ typedef JackShutdownCallback mal_JackShutdownCallback;
...
@@ -9263,17 +9245,11 @@ typedef JackShutdownCallback mal_JackShutdownCallback;
#define mal_JackPortIsOutput JackPortIsOutput
#define mal_JackPortIsOutput JackPortIsOutput
#define mal_JackPortIsPhysical JackPortIsPhysical
#define mal_JackPortIsPhysical JackPortIsPhysical
#else
#else
typedef
mal_uint32
mal_jack_nframes_t
;
typedef
mal_uint32
mal_jack_nframes_t
;
typedef
int
mal_jack_options_t
;
typedef
int
mal_jack_options_t
;
typedef
int
mal_jack_status_t
;
typedef
int
mal_jack_status_t
;
typedef
struct
typedef
struct
mal_jack_client_t
mal_jack_client_t
;
{
typedef
struct
mal_jack_port_t
mal_jack_port_t
;
int
__unused
;
}
mal_jack_client_t
;
typedef
struct
{
int
__unused
;
}
mal_jack_port_t
;
typedef
int
(
*
mal_JackProcessCallback
)
(
mal_jack_nframes_t
nframes
,
void
*
arg
);
typedef
int
(
*
mal_JackProcessCallback
)
(
mal_jack_nframes_t
nframes
,
void
*
arg
);
typedef
int
(
*
mal_JackBufferSizeCallback
)(
mal_jack_nframes_t
nframes
,
void
*
arg
);
typedef
int
(
*
mal_JackBufferSizeCallback
)(
mal_jack_nframes_t
nframes
,
void
*
arg
);
typedef
void
(
*
mal_JackShutdownCallback
)
(
void
*
arg
);
typedef
void
(
*
mal_JackShutdownCallback
)
(
void
*
arg
);
...
...
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