We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eaf93eb commit 9722700Copy full SHA for 9722700
README.md
@@ -60,7 +60,7 @@ You're able to set some options:
60
- `rate` - sample rate of the input
61
- `channels` - number of channels in the input audio
62
- `length` - restricts the duration of the processed input audio (default 120, in seconds)
63
-- `chunk` - splits the input audio into chunks of $chunkDuration duration (in seconds)
+- `chunk` - splits the input audio into chunks of given duration (in seconds)
64
- `overlap` - overlap the chunks slightly to make sure audio on the edge id fingeprinted
65
- `ts` - output UNIX timestamps for chunked results, useful when fingerprinting real-time audio stream
66
- `raw` - output fingerprints in the uncompressed format
test.php
0 commit comments