Initial Commit
This commit is contained in:
4
thirdparty/miniaudio-0.11.24/.github/CODE_OF_CONDUCT.md
vendored
Normal file
4
thirdparty/miniaudio-0.11.24/.github/CODE_OF_CONDUCT.md
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
Code of Conduct
|
||||
===============
|
||||
I don't believe we need a document telling fully grown adults how to conduct themselves within an open source
|
||||
community. All I ask is that you just don't be unpleasant and keep everything on topic.
|
||||
1
thirdparty/miniaudio-0.11.24/.github/FUNDING.yml
vendored
Normal file
1
thirdparty/miniaudio-0.11.24/.github/FUNDING.yml
vendored
Normal file
@@ -0,0 +1 @@
|
||||
github: mackron
|
||||
12
thirdparty/miniaudio-0.11.24/.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
12
thirdparty/miniaudio-0.11.24/.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
---
|
||||
name: Bug report
|
||||
about: Submit a bug report.
|
||||
title: ''
|
||||
labels: ''
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
**DELETE ALL OF THIS TEXT BEFORE SUBMITTING**
|
||||
|
||||
If you think you've found a bug, it will be helpful to compile with `#define MA_DEBUG_OUTPUT`. If you are having issues with playback, please run the simple_payback_sine example and report whether or not it's consistent with what's happening in your program.
|
||||
12
thirdparty/miniaudio-0.11.24/.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
12
thirdparty/miniaudio-0.11.24/.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
---
|
||||
name: Feature request
|
||||
about: Submit a feature request.
|
||||
title: ''
|
||||
labels: feature request
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
**DELETE ALL OF THIS TEXT BEFORE SUBMITTING**
|
||||
|
||||
Thanks for your suggestion! Please make sure the feature doesn't already exist and that it's within the scope of the goals of the project. Otherwise go into as much detail as possible and we'll consider it!
|
||||
14
thirdparty/miniaudio-0.11.24/.github/ISSUE_TEMPLATE/general-issue.md
vendored
Normal file
14
thirdparty/miniaudio-0.11.24/.github/ISSUE_TEMPLATE/general-issue.md
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
---
|
||||
name: General issue
|
||||
about: Submit a general issue.
|
||||
title: ''
|
||||
labels: ''
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
**DELETE ALL OF THIS TEXT BEFORE SUBMITTING**
|
||||
|
||||
If you have a question about how to use the library, please read the documentation at the top of miniaudio.h and take a look at the examples. If that still doesn't answer your question, consider posting in the Discussions section here on GitHub instead. Otherwise, feel free to post your issue and we'll get to it as soon as possible.
|
||||
|
||||
If you have an issue with playback, please run the simple_playback_sine example first and check whether or not that is working. Likewise for capture, please run the simple_capture example. If these examples work, it probably (but not always) means you're doing something wrong and a question in the Discussions section is more appropriate.
|
||||
4
thirdparty/miniaudio-0.11.24/.github/SECURITY.md
vendored
Normal file
4
thirdparty/miniaudio-0.11.24/.github/SECURITY.md
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
I deal with all security related issues publicly and transparently, and it can sometimes take a while before I
|
||||
get a chance to address it. If this is an issue for you, you need to use another library. The fastest way to get
|
||||
a bug fixed is to submit a pull request, but if this is impractical for you please post a ticket to the public
|
||||
GitHub issue tracker.
|
||||
16
thirdparty/miniaudio-0.11.24/.github/pull_request_template.md
vendored
Normal file
16
thirdparty/miniaudio-0.11.24/.github/pull_request_template.md
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
**DELETE ALL OF THIS TEXT BEFORE SUBMITTING**
|
||||
|
||||
Thanks for your contribution! Before submitting this pull request, make sure you're okay with your code
|
||||
being put into the public domain. By submitting this pull request we will assume you're agreeing this.
|
||||
|
||||
In addition, please ensure you're respecting the goals of the project. Your pull request will be rejected
|
||||
if you do any of the following:
|
||||
|
||||
* Split your code into multiple files
|
||||
* Include a dependency on an external library
|
||||
* Include copyrighted code
|
||||
|
||||
Your pull request may still be rejected for other reasons to those listed above, but you will be informed
|
||||
of the reasons.
|
||||
|
||||
Please base your branch off the `dev` branch.
|
||||
Reference in New Issue
Block a user