zed-industries / zed

Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
https://zed.dev
Other
47.33k stars 2.74k forks source link

Add the ability to play audio files in-editor #14409

Open darltrash opened 2 months ago

darltrash commented 2 months ago

Check for existing issues

Describe the feature

The ability to open most audio formats for playback, which is useful for gamedev and other kinds of software development where you might need to check several audio files.

This could also probably be implemented as an extension, but I am not sure if extensions allow for this kind of behaviour.

If applicable, add mockups / screenshots to help present your vision of the feature

No response

notpeter commented 2 weeks ago

For anyone looking to implement this, the rodio crate seems popular and supports MP3, M4A/AAC, Flac, Vorbis and WAV in pure rust.