Song
Song
https://github.com/JetBrains/JetBrainsMono/issues/611 only for variable font and seem no effect in common IDE/terminal try my best but have no idea how to deal with it, waiting for upstream

Bitrate can be roughly calculated by `(file.fileAbstraction.size - file.tag.sizeOnDisk) * 8 / file.properties.duration`. Some files will return 0 when getting its bitrate, and make a fallback value for bitrate is...
感谢大佬的开源项目❤️ 希望模式可以支持[blurhash](https://github.com/woltapp/blurhash/tree/master/TypeScript),一行hash可以解码成缩略图
if `function xxx()` be the last function in file, it cannot properly export, otherwise, everything works reproduce: https://stackblitz.com/edit/solidjs-templates-qvpheq?file=src%2Findex.worker.ts, see the comment on `sum` and the error info in console
### Describe the bug Create from official template and add bytecodePlugin ```ts export default defineConfig({ main: { plugins: [externalizeDepsPlugin(), bytecodePlugin({ protectedStrings: ['pong'] })] }, //... }) ``` in generated `.jsc`...
Thanks for your great work! I'm just using the example `decode_multithreaded` with [sample files](https://github.com/subframe7536/music-metadata-wasm/tree/main/samples) to test decoding, but it fails: ``` ./samples/flac.flac - Success - decoded 442368 samples ./samples/ogg.opus -...
### What's changed Update all Chinses translations.
#### Description Add support to read GitHub mirror address from environment variable #### Motivation and Context Many apps will download from GitHub, and sometimes the speed is slow (especially in...