mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-15 16:44:36 +00:00
Initial commit
added libraries: opus flac libsndfile updated: libvorbis libogg openal - Everything works as expected for now. Bare in mind libsndfile needed the check for whether or not it could find the xiph libraries removed in order for this to work.
This commit is contained in:
parent
05a083ca6f
commit
a745fc3757
1954 changed files with 431332 additions and 21037 deletions
18
Engine/lib/libsndfile/docs/_layouts/default.html
Normal file
18
Engine/lib/libsndfile/docs/_layouts/default.html
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>{{ page.title }}</title>
|
||||
<link rel="stylesheet" href="libsndfile.css" type="text/css" media="all">
|
||||
<link rel="stylesheet" href="print.css" type="text/css" media="print">
|
||||
</head>
|
||||
<body>
|
||||
{{ content }}
|
||||
<footer>
|
||||
<hr>
|
||||
<p>The libsndfile home page is <a href="http://libsndfile.github.io/libsndfile/">here</a>.</p>
|
||||
<p>The libsndfile version: {{ site.version }}.</p>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
34
Engine/lib/libsndfile/docs/_layouts/home.html
Normal file
34
Engine/lib/libsndfile/docs/_layouts/home.html
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
---
|
||||
layout: default
|
||||
keywords: WAV AIFF AU SVX PAF NIST W64 libsndfile sound audio dsp Linux
|
||||
robots: nofollow
|
||||
title: libsndfile home page
|
||||
---
|
||||
|
||||
<footer>
|
||||
{% include logo.html %}
|
||||
|
||||
<nav>
|
||||
<a href="#history">History</a> -+-
|
||||
<a href="#features">Features</a> -+-
|
||||
<a href="#similar-or-related-projects">Similar or related projects</a> -+-
|
||||
<a href="https://github.com/libsndfile/libsndfile/blob/master/CHANGELOG.md">News</a>
|
||||
<br>
|
||||
<a href="development.html">Development</a> -+-
|
||||
<a href="api.html">Programming interface</a> -+-
|
||||
<a href="bugs.html">Bug reporting</a> -+-
|
||||
<a href="#download">Download</a>
|
||||
<br>
|
||||
<a href="FAQ.html">FAQ</a> -+-
|
||||
<a href="lists.html">Mailing lists</a> -+-
|
||||
<a href="#licensing">Licensing information</a> -+-
|
||||
<a href="#see-also">See also</a>
|
||||
</nav>
|
||||
<br><br>
|
||||
</footer>
|
||||
|
||||
<main>
|
||||
<article>
|
||||
{{ content }}
|
||||
</article>
|
||||
</main>
|
||||
10
Engine/lib/libsndfile/docs/_layouts/page.html
Normal file
10
Engine/lib/libsndfile/docs/_layouts/page.html
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
layout: default
|
||||
---
|
||||
|
||||
|
||||
<main>
|
||||
<article>
|
||||
{{ content }}
|
||||
</article>
|
||||
</main>
|
||||
Loading…
Add table
Add a link
Reference in a new issue