Skip to content

Commit

Permalink
Deploying to gh-pages from @ aa885da 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
hendriks73 committed Aug 2, 2023
1 parent 3cb13aa commit a97ee99
Show file tree
Hide file tree
Showing 37 changed files with 149 additions and 149 deletions.
6 changes: 3 additions & 3 deletions allclasses-frame.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_372) on Mon Jun 26 19:51:58 UTC 2023 -->
<!-- Generated by javadoc (1.8.0_382) on Wed Aug 02 07:59:01 UTC 2023 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>All Classes (FFSampledSP 0.9.52 API)</title>
<meta name="date" content="2023-06-26">
<title>All Classes (FFSampledSP 0.9.53 API)</title>
<meta name="date" content="2023-08-02">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
Expand Down
6 changes: 3 additions & 3 deletions allclasses-noframe.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_372) on Mon Jun 26 19:51:58 UTC 2023 -->
<!-- Generated by javadoc (1.8.0_382) on Wed Aug 02 07:59:01 UTC 2023 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>All Classes (FFSampledSP 0.9.52 API)</title>
<meta name="date" content="2023-06-26">
<title>All Classes (FFSampledSP 0.9.53 API)</title>
<meta name="date" content="2023-08-02">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
Expand Down
8 changes: 4 additions & 4 deletions com/tagtraum/ffsampledsp/FFAudioFileFormat.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_372) on Mon Jun 26 19:51:57 UTC 2023 -->
<!-- Generated by javadoc (1.8.0_382) on Wed Aug 02 07:59:01 UTC 2023 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>FFAudioFileFormat (FFSampledSP 0.9.52 API)</title>
<meta name="date" content="2023-06-26">
<title>FFAudioFileFormat (FFSampledSP 0.9.53 API)</title>
<meta name="date" content="2023-08-02">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="FFAudioFileFormat (FFSampledSP 0.9.52 API)";
parent.document.title="FFAudioFileFormat (FFSampledSP 0.9.53 API)";
}
}
catch(err) {
Expand Down
18 changes: 9 additions & 9 deletions com/tagtraum/ffsampledsp/FFAudioFileReader.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_372) on Mon Jun 26 19:51:57 UTC 2023 -->
<!-- Generated by javadoc (1.8.0_382) on Wed Aug 02 07:59:01 UTC 2023 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>FFAudioFileReader (FFSampledSP 0.9.52 API)</title>
<meta name="date" content="2023-06-26">
<title>FFAudioFileReader (FFSampledSP 0.9.53 API)</title>
<meta name="date" content="2023-08-02">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="FFAudioFileReader (FFSampledSP 0.9.52 API)";
parent.document.title="FFAudioFileReader (FFSampledSP 0.9.53 API)";
}
}
catch(err) {
Expand Down Expand Up @@ -330,7 +330,7 @@ <h4>getAudioFileFormats</h4>
<dd><code><a href="https://docs.oracle.com/javase/8/docs/api/javax/sound/sampled/UnsupportedAudioFileException.html?is-external=true" title="class or interface in javax.sound.sampled">UnsupportedAudioFileException</a></code> - if the audio is not supported</dd>
<dd><code><a href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code> - if an IO error occurs</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="http://www.stems-music.com">www.stems-music.com</a>,
<dd><a href="https://www.stems-music.com">www.stems-music.com</a>,
<a href="../../../com/tagtraum/ffsampledsp/FFAudioFileReader.html#getAudioFileFormat-java.io.File-"><code>getAudioFileFormat(File)</code></a></dd>
</dl>
</li>
Expand All @@ -356,7 +356,7 @@ <h4>getAudioFileFormats</h4>
<dd><code><a href="https://docs.oracle.com/javase/8/docs/api/javax/sound/sampled/UnsupportedAudioFileException.html?is-external=true" title="class or interface in javax.sound.sampled">UnsupportedAudioFileException</a></code> - if the audio is not supported</dd>
<dd><code><a href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code> - if an IO error occurs</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="http://www.stems-music.com">www.stems-music.com</a>,
<dd><a href="https://www.stems-music.com">www.stems-music.com</a>,
<a href="../../../com/tagtraum/ffsampledsp/FFAudioFileReader.html#getAudioFileFormat-java.net.URL-"><code>getAudioFileFormat(URL)</code></a></dd>
</dl>
</li>
Expand Down Expand Up @@ -444,7 +444,7 @@ <h4>getAudioInputStream</h4>
throws <a href="https://docs.oracle.com/javase/8/docs/api/javax/sound/sampled/UnsupportedAudioFileException.html?is-external=true" title="class or interface in javax.sound.sampled">UnsupportedAudioFileException</a>,
<a href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
<div class="block">Allows you to open a specific audio stream from the given stream.
Useful for <a href="http://www.stems-music.com">Stems</a>.</div>
Useful for <a href="https://www.stems-music.com">Stems</a>.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>stream</code> - stream</dd>
Expand Down Expand Up @@ -472,7 +472,7 @@ <h4>getAudioInputStream</h4>
throws <a href="https://docs.oracle.com/javase/8/docs/api/javax/sound/sampled/UnsupportedAudioFileException.html?is-external=true" title="class or interface in javax.sound.sampled">UnsupportedAudioFileException</a>,
<a href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
<div class="block">Allows you to open a specific audio stream from the given URL.
Useful for <a href="http://www.stems-music.com">Stems</a>.</div>
Useful for <a href="https://www.stems-music.com">Stems</a>.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>url</code> - url</dd>
Expand Down Expand Up @@ -500,7 +500,7 @@ <h4>getAudioInputStream</h4>
throws <a href="https://docs.oracle.com/javase/8/docs/api/javax/sound/sampled/UnsupportedAudioFileException.html?is-external=true" title="class or interface in javax.sound.sampled">UnsupportedAudioFileException</a>,
<a href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
<div class="block">Allows you to open a specific audio stream from the given file.
Useful for <a href="http://www.stems-music.com">Stems</a>.</div>
Useful for <a href="https://www.stems-music.com">Stems</a>.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>file</code> - file</dd>
Expand Down
8 changes: 4 additions & 4 deletions com/tagtraum/ffsampledsp/FFAudioFormat.FFEncoding.Codec.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_372) on Mon Jun 26 19:51:58 UTC 2023 -->
<!-- Generated by javadoc (1.8.0_382) on Wed Aug 02 07:59:01 UTC 2023 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>FFAudioFormat.FFEncoding.Codec (FFSampledSP 0.9.52 API)</title>
<meta name="date" content="2023-06-26">
<title>FFAudioFormat.FFEncoding.Codec (FFSampledSP 0.9.53 API)</title>
<meta name="date" content="2023-08-02">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="FFAudioFormat.FFEncoding.Codec (FFSampledSP 0.9.52 API)";
parent.document.title="FFAudioFormat.FFEncoding.Codec (FFSampledSP 0.9.53 API)";
}
}
catch(err) {
Expand Down
8 changes: 4 additions & 4 deletions com/tagtraum/ffsampledsp/FFAudioFormat.FFEncoding.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_372) on Mon Jun 26 19:51:58 UTC 2023 -->
<!-- Generated by javadoc (1.8.0_382) on Wed Aug 02 07:59:01 UTC 2023 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>FFAudioFormat.FFEncoding (FFSampledSP 0.9.52 API)</title>
<meta name="date" content="2023-06-26">
<title>FFAudioFormat.FFEncoding (FFSampledSP 0.9.53 API)</title>
<meta name="date" content="2023-08-02">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="FFAudioFormat.FFEncoding (FFSampledSP 0.9.52 API)";
parent.document.title="FFAudioFormat.FFEncoding (FFSampledSP 0.9.53 API)";
}
}
catch(err) {
Expand Down
8 changes: 4 additions & 4 deletions com/tagtraum/ffsampledsp/FFAudioFormat.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_372) on Mon Jun 26 19:51:58 UTC 2023 -->
<!-- Generated by javadoc (1.8.0_382) on Wed Aug 02 07:59:01 UTC 2023 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>FFAudioFormat (FFSampledSP 0.9.52 API)</title>
<meta name="date" content="2023-06-26">
<title>FFAudioFormat (FFSampledSP 0.9.53 API)</title>
<meta name="date" content="2023-08-02">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="FFAudioFormat (FFSampledSP 0.9.52 API)";
parent.document.title="FFAudioFormat (FFSampledSP 0.9.53 API)";
}
}
catch(err) {
Expand Down
8 changes: 4 additions & 4 deletions com/tagtraum/ffsampledsp/FFAudioInputStream.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_372) on Mon Jun 26 19:51:58 UTC 2023 -->
<!-- Generated by javadoc (1.8.0_382) on Wed Aug 02 07:59:01 UTC 2023 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>FFAudioInputStream (FFSampledSP 0.9.52 API)</title>
<meta name="date" content="2023-06-26">
<title>FFAudioInputStream (FFSampledSP 0.9.53 API)</title>
<meta name="date" content="2023-08-02">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="FFAudioInputStream (FFSampledSP 0.9.52 API)";
parent.document.title="FFAudioInputStream (FFSampledSP 0.9.53 API)";
}
}
catch(err) {
Expand Down
8 changes: 4 additions & 4 deletions com/tagtraum/ffsampledsp/FFCodecInputStream.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_372) on Mon Jun 26 19:51:58 UTC 2023 -->
<!-- Generated by javadoc (1.8.0_382) on Wed Aug 02 07:59:01 UTC 2023 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>FFCodecInputStream (FFSampledSP 0.9.52 API)</title>
<meta name="date" content="2023-06-26">
<title>FFCodecInputStream (FFSampledSP 0.9.53 API)</title>
<meta name="date" content="2023-08-02">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="FFCodecInputStream (FFSampledSP 0.9.52 API)";
parent.document.title="FFCodecInputStream (FFSampledSP 0.9.53 API)";
}
}
catch(err) {
Expand Down
8 changes: 4 additions & 4 deletions com/tagtraum/ffsampledsp/FFFormatConversionProvider.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_372) on Mon Jun 26 19:51:58 UTC 2023 -->
<!-- Generated by javadoc (1.8.0_382) on Wed Aug 02 07:59:01 UTC 2023 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>FFFormatConversionProvider (FFSampledSP 0.9.52 API)</title>
<meta name="date" content="2023-06-26">
<title>FFFormatConversionProvider (FFSampledSP 0.9.53 API)</title>
<meta name="date" content="2023-08-02">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="FFFormatConversionProvider (FFSampledSP 0.9.52 API)";
parent.document.title="FFFormatConversionProvider (FFSampledSP 0.9.53 API)";
}
}
catch(err) {
Expand Down
8 changes: 4 additions & 4 deletions com/tagtraum/ffsampledsp/FFNativeLibraryLoader.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_372) on Mon Jun 26 19:51:58 UTC 2023 -->
<!-- Generated by javadoc (1.8.0_382) on Wed Aug 02 07:59:01 UTC 2023 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>FFNativeLibraryLoader (FFSampledSP 0.9.52 API)</title>
<meta name="date" content="2023-06-26">
<title>FFNativeLibraryLoader (FFSampledSP 0.9.53 API)</title>
<meta name="date" content="2023-08-02">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="FFNativeLibraryLoader (FFSampledSP 0.9.52 API)";
parent.document.title="FFNativeLibraryLoader (FFSampledSP 0.9.53 API)";
}
}
catch(err) {
Expand Down
8 changes: 4 additions & 4 deletions com/tagtraum/ffsampledsp/FFNativePeerInputStream.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_372) on Mon Jun 26 19:51:58 UTC 2023 -->
<!-- Generated by javadoc (1.8.0_382) on Wed Aug 02 07:59:01 UTC 2023 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>FFNativePeerInputStream (FFSampledSP 0.9.52 API)</title>
<meta name="date" content="2023-06-26">
<title>FFNativePeerInputStream (FFSampledSP 0.9.53 API)</title>
<meta name="date" content="2023-08-02">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="FFNativePeerInputStream (FFSampledSP 0.9.52 API)";
parent.document.title="FFNativePeerInputStream (FFSampledSP 0.9.53 API)";
}
}
catch(err) {
Expand Down
8 changes: 4 additions & 4 deletions com/tagtraum/ffsampledsp/FFStreamInputStream.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_372) on Mon Jun 26 19:51:58 UTC 2023 -->
<!-- Generated by javadoc (1.8.0_382) on Wed Aug 02 07:59:01 UTC 2023 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>FFStreamInputStream (FFSampledSP 0.9.52 API)</title>
<meta name="date" content="2023-06-26">
<title>FFStreamInputStream (FFSampledSP 0.9.53 API)</title>
<meta name="date" content="2023-08-02">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="FFStreamInputStream (FFSampledSP 0.9.52 API)";
parent.document.title="FFStreamInputStream (FFSampledSP 0.9.53 API)";
}
}
catch(err) {
Expand Down
8 changes: 4 additions & 4 deletions com/tagtraum/ffsampledsp/FFURLInputStream.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_372) on Mon Jun 26 19:51:58 UTC 2023 -->
<!-- Generated by javadoc (1.8.0_382) on Wed Aug 02 07:59:01 UTC 2023 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>FFURLInputStream (FFSampledSP 0.9.52 API)</title>
<meta name="date" content="2023-06-26">
<title>FFURLInputStream (FFSampledSP 0.9.53 API)</title>
<meta name="date" content="2023-08-02">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="FFURLInputStream (FFSampledSP 0.9.52 API)";
parent.document.title="FFURLInputStream (FFSampledSP 0.9.53 API)";
}
}
catch(err) {
Expand Down
8 changes: 4 additions & 4 deletions com/tagtraum/ffsampledsp/class-use/FFAudioFileFormat.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_372) on Mon Jun 26 19:51:58 UTC 2023 -->
<!-- Generated by javadoc (1.8.0_382) on Wed Aug 02 07:59:01 UTC 2023 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Class com.tagtraum.ffsampledsp.FFAudioFileFormat (FFSampledSP 0.9.52 API)</title>
<meta name="date" content="2023-06-26">
<title>Uses of Class com.tagtraum.ffsampledsp.FFAudioFileFormat (FFSampledSP 0.9.53 API)</title>
<meta name="date" content="2023-08-02">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class com.tagtraum.ffsampledsp.FFAudioFileFormat (FFSampledSP 0.9.52 API)";
parent.document.title="Uses of Class com.tagtraum.ffsampledsp.FFAudioFileFormat (FFSampledSP 0.9.53 API)";
}
}
catch(err) {
Expand Down
8 changes: 4 additions & 4 deletions com/tagtraum/ffsampledsp/class-use/FFAudioFileReader.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_372) on Mon Jun 26 19:51:58 UTC 2023 -->
<!-- Generated by javadoc (1.8.0_382) on Wed Aug 02 07:59:01 UTC 2023 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Class com.tagtraum.ffsampledsp.FFAudioFileReader (FFSampledSP 0.9.52 API)</title>
<meta name="date" content="2023-06-26">
<title>Uses of Class com.tagtraum.ffsampledsp.FFAudioFileReader (FFSampledSP 0.9.53 API)</title>
<meta name="date" content="2023-08-02">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class com.tagtraum.ffsampledsp.FFAudioFileReader (FFSampledSP 0.9.52 API)";
parent.document.title="Uses of Class com.tagtraum.ffsampledsp.FFAudioFileReader (FFSampledSP 0.9.53 API)";
}
}
catch(err) {
Expand Down
Loading

0 comments on commit a97ee99

Please sign in to comment.