Skip to content
New issue

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

How i can add the timeline ? #31

Open
abdallahrabiaa opened this issue Oct 27, 2024 · 2 comments
Open

How i can add the timeline ? #31

abdallahrabiaa opened this issue Oct 27, 2024 · 2 comments
Labels
question Further information is requested

Comments

@abdallahrabiaa
Copy link

The timeline mentioned in last realease so how can I added or access it .

380460563-c8dd6238-888a-481f-ba59-b7ccbdbac479.png

@k9p5
Copy link
Contributor

k9p5 commented Oct 27, 2024

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,
});

@abdallahrabiaa
Copy link
Author

Okay thanks 🙏

@k9p5 k9p5 added the question Further information is requested label Oct 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants