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

Put a soundwave form image alongside the timeline #6

Closed
dascritch opened this issue Aug 30, 2018 · 3 comments
Closed

Put a soundwave form image alongside the timeline #6

dascritch opened this issue Aug 30, 2018 · 3 comments

Comments

@dascritch
Copy link
Owner

from dascritch/ondemiroir-audio-tag#52

  • Calculated by the browser ? may be too heavy and impact battery usage
  • Use a remote image with the soundwave form ?
  • Use a remote data with the soundwave form, rendered as SVG ?
@dascritch
Copy link
Owner Author

dascritch commented Apr 5, 2019

Spectrogram generator:
https://unix.stackexchange.com/questions/200168/how-to-create-the-spectrogram-of-many-audio-files-efficiently-with-sox
sox sound.mp3 -n remix - spectrogram -o wave.png -x 2000 -y 65 -r -m
tinypng # sox image is a little bit huge

or https://askubuntu.com/questions/536072/generate-waveform-image-for-audio-file

Please note that the images do not really need to be bigger than 4000px20px (21900 , 2*10). Be wise, resize and recompress.

You will also need an optional parameter in live chapter editor, it may helps ^^

dascritch added a commit that referenced this issue Apr 5, 2019
Put a soundwave form image alongside the timeline #6
dascritch added a commit that referenced this issue Apr 5, 2019
Put a soundwave form image alongside the timeline #6
dascritch added a commit that referenced this issue Apr 5, 2019
Put a soundwave form image alongside the timeline #6
dascritch added a commit that referenced this issue Apr 5, 2019
Put a soundwave form image alongside the timeline #6
@dascritch
Copy link
Owner Author

Need to create new tags in cpu-15 template theme

@dascritch
Copy link
Owner Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant