diff options
| author | jacqueline <me@jacqueline.id.au> | 2023-08-04 20:07:44 +1000 |
|---|---|---|
| committer | jacqueline <me@jacqueline.id.au> | 2023-08-04 20:07:44 +1000 |
| commit | 60f767713227b5405b855e6e6e2a0475ecd96bcc (patch) | |
| tree | fe55b7048e9e7f1f587f465a1845aef9d3b7b731 /lib/libsamplerate/libsamplerate-0.2.2/docs/_layouts | |
| parent | 3b240d1cd5c52caf189ca036a1a841f7e6d84ccd (diff) | |
| download | tangara-fw-60f767713227b5405b855e6e6e2a0475ecd96bcc.tar.gz | |
Do our own resampling
Diffstat (limited to 'lib/libsamplerate/libsamplerate-0.2.2/docs/_layouts')
| -rwxr-xr-x | lib/libsamplerate/libsamplerate-0.2.2/docs/_layouts/default.html | 49 |
1 files changed, 0 insertions, 49 deletions
diff --git a/lib/libsamplerate/libsamplerate-0.2.2/docs/_layouts/default.html b/lib/libsamplerate/libsamplerate-0.2.2/docs/_layouts/default.html deleted file mode 100755 index 33d41f53..00000000 --- a/lib/libsamplerate/libsamplerate-0.2.2/docs/_layouts/default.html +++ /dev/null @@ -1,49 +0,0 @@ -<!DOCTYPE html"> -<html lang="en"> - -<head> - <meta charset="utf-8"> - <meta name="viewport" content="width=device-width, initial-scale=1.0"> - <meta name="description" content="{{ site.description | page.description }}"> - <meta name="keywords" content="{{ site.keywords | page.keywords }}"> - <title>{{ page.title }}</title> - <link rel="stylesheet" href="SRC.css" type="text/css" media="all"> -</HEAD> - -<body> - <footer> - <img src="SRC.png" class="image-logo" height=100 width=760 alt="SRC.png"> - </footer> - <div class="container"> - <div class="navbar"> - <nav> - <a href="index.html">Home</a><br> - <a href="license.html">License</a><br> - <a href="history.html">History</a><br> - <a href="download.html">Download</a><br> - <a href="quality.html">Quality</a><br> - <a href="api.html">API</a><br> - <a href="bugs.html">Bug Reporting</a><br> - <a href="win32.html">On Win32</a><br> - <a href="faq.html">FAQ</a><br> - <a href="lists.html">Mailing Lists</a><br> - <a href="https://github.com/libsndfile/libsamplerate/blob/master/ChangeLog">ChangeLog</a><br> - </nav> - <div class="block"> - <p>Author:<br> Erik de Castro Lopo</p> - </div> - </div> - <div class="content"> - <main> - <article> - - {{ content }} - - </article> - </main> - </div> - </div> - -</body> - -</html>
\ No newline at end of file |
