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
c294f0ee
Commit
c294f0ee
authored
Feb 24, 2018
by
David Reid
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
More clean up for the multi_playback example.
parent
3d0a535b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
18 deletions
+9
-18
examples/multi_playback.c
examples/multi_playback.c
+9
-18
No files found.
examples/multi_playback.c
View file @
c294f0ee
#define _CRT_SECURE_NO_WARNINGS
#define _CRT_SECURE_NO_WARNINGS
#define DR_FLAC_IMPLEMENTATION
// These are implemented at the bottom of this file.
#include "../extras/dr_flac.h"
#define DR_WAV_IMPLEMENTATION
#include "../extras/dr_wav.h"
#define STB_VORBIS_HEADER_ONLY
#define STB_VORBIS_HEADER_ONLY
#include "../extras/stb_vorbis.c"
#include "../extras/stb_vorbis.c"
#include "../extras/dr_flac.h"
#include "../extras/dr_wav.h"
#include "../extras/jar_mod.h"
#include "../extras/jar_mod.h"
#if defined(_MSC_VER)
#pragma warning(push)
#pragma warning(disable:4244)
#pragma warning(disable:4018)
#endif
#include "../extras/jar_xm.h"
#include "../extras/jar_xm.h"
#if defined(_MSC_VER)
#pragma warning(pop)
#endif
#define MAL_IMPLEMENTATION
#define MAL_IMPLEMENTATION
#include "../mini_al.h"
#include "../mini_al.h"
...
@@ -245,6 +230,12 @@ end:;
...
@@ -245,6 +230,12 @@ end:;
#endif
#endif
#define DR_FLAC_IMPLEMENTATION
#include "../extras/dr_flac.h"
#define DR_WAV_IMPLEMENTATION
#include "../extras/dr_wav.h"
#if defined(_MSC_VER)
#if defined(_MSC_VER)
#pragma warning(push)
#pragma warning(push)
#pragma warning(disable:4456)
#pragma warning(disable:4456)
...
...
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