rust-av / avp

Another Video Player
MIT License
49 stars 9 forks source link

Implement avp with iced #21

Open Luni-4 opened 3 years ago

Luni-4 commented 3 years ago

It would be helpful to construct the player making use of https://github.com/hecrj/iced instead of sdl

lu-zero commented 3 years ago

Do we have already a matching alternative audio-out that we can use?

Luni-4 commented 3 years ago

I was thinking https://github.com/RustAudio/cpal which is written in pure Rust

lu-zero commented 3 years ago

We can try to redo it and then add a seeking layer on top of it.