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
The timeline mentioned in last realease so how can I added or access it .
The text was updated successfully, but these errors were encountered:
The timeline itself is not public yet, however I had to add a more efficient method for retrieving the waveform. You can access it like this:
const source = await AudioSource.from('https://../.myaudio.mp3'); const samples = await source.fastsampler({ length: 20, start: 20, stop: 1000, logarithmic: true, });
Sorry, something went wrong.
Okay thanks 🙏
No branches or pull requests
The timeline mentioned in last realease so how can I added or access it .
The text was updated successfully, but these errors were encountered: