We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
On new items, when loading the waveform, the server's response contains only 0 values in the min and max arrays.
Request URL example : https://sandbox.wasabi.telemeta.org/timeside/api/items/67dbad2e-b054-4070-9cd2-b81b712edcd9/waveform/
Response: (not pasted to avoid a huge payload of 0)
The waveform image generated from the server is flat. e.g. :
The player will show the following message in this case : The waveform do not seems valid. Please check your browser's console logs..
The waveform do not seems valid. Please check your browser's console logs.
This will be printed to the console : Unexpected waveform: waveform.min has constant values .
Unexpected waveform: waveform.min has constant values
This issue already occured in a previous issue : #167
The text was updated successfully, but these errors were encountered:
piem
No branches or pull requests
On new items, when loading the waveform, the server's response contains only 0 values in the min and max arrays.
Request URL example : https://sandbox.wasabi.telemeta.org/timeside/api/items/67dbad2e-b054-4070-9cd2-b81b712edcd9/waveform/
Response:

(not pasted to avoid a huge payload of 0)
The waveform image generated from the server is flat. e.g. :

The player will show the following message in this case :
The waveform do not seems valid. Please check your browser's console logs.
.This will be printed to the console :
Unexpected waveform: waveform.min has constant values
.This issue already occured in a previous issue : #167
The text was updated successfully, but these errors were encountered: