home.html 902 B

12345678910111213141516171819202122232425262728293031323334
  1. ---
  2. layout: default
  3. keywords: WAV AIFF AU SVX PAF NIST W64 libsndfile sound audio dsp Linux
  4. robots: nofollow
  5. title: libsndfile home page
  6. ---
  7. <footer>
  8. {% include logo.html %}
  9. <nav>
  10. <a href="#history">History</a> -+-
  11. <a href="#features">Features</a> -+-
  12. <a href="#similar-or-related-projects">Similar or related projects</a> -+-
  13. <a href="https://github.com/libsndfile/libsndfile/blob/master/CHANGELOG.md">News</a>
  14. <br>
  15. <a href="development.html">Development</a> -+-
  16. <a href="api.html">Programming interface</a> -+-
  17. <a href="bugs.html">Bug reporting</a> -+-
  18. <a href="#download">Download</a>
  19. <br>
  20. <a href="FAQ.html">FAQ</a> -+-
  21. <a href="lists.html">Mailing lists</a> -+-
  22. <a href="#licensing">Licensing information</a> -+-
  23. <a href="#see-also">See also</a>
  24. </nav>
  25. <br><br>
  26. </footer>
  27. <main>
  28. <article>
  29. {{ content }}
  30. </article>
  31. </main>