Results 11 comments of Jessie Ji

How about `next-translate`, a lightweight i18n alternative

Thanks for the ideas! 1. I actually tried to implement this feature when first starting this project. But generating waveform from client-side for podcasts isn't really [practical](https://jessieji.com/2019/why-generating-waveform-for-a-large-audio-file-may-not-be-a-good-thing). The better solution...

The player does not support volume control in UI, but you can always access it via `player.audio.volume` as `player.audio` is a native `HTMLAudioElement` instance. This is intended as a somewhat...

I meant the mini player that appears in the menu bar when any tab plays sound, but I got your point. There's not much discussion on this "whether a volume...

Currently not possible I'm afraid. You'll have to extract css snippets to your own stylesheet and import it.

It's been 2 years since this issue opened! This icon, along with the others in #766 would be super handy under editor context. @colebemis any chance these icons will get...

Hello. Can you be more specific as to what the previous/next buttons do? If you meant by 'the previous/next audio', the player does not have a playlist feature, therefore there's...

Hi. This is due to the audio not being ready for time-specific mutations, as it is so for any native `audio` element. To check when the audio has loaded the...

Indeed, I was thinking about the same thing as not everyone using the library is familiar with the `HTMLMediaElement` API. Thanks!

Sorry for the late reply. As I'm currently working on other projects, I could't spare much effort in this one. If you have found the solution, a PR is always...