BakerBunker
BakerBunker
Any progress on this? The `(len(x) - 1)//hop_length + 1` result is confusing.
Hi, any progress with this PR?
@majunze2001 librosa needs filename suffix to get the file format in some cases, add suffix to your tmpfile and try again.
Is it possible to try to get the file name with `name` property? https://github.com/python/cpython/blob/8303d32ff55945c5b38eeeaf1b1811dbcf8aa9be/Lib/typing.py#L3472-L3475
According to PEP519, the `__fspath__` method is only for the path-like object, for file-like objects created by `open` and remote file-like objects created by [smart_open](https://github.com/piskvorky/smart_open), the filename should accessed by...
It's strange, I get an error when I open the above file with sf.read(open("052316.mp3",'rb')), but not when I open this one, is it because the metadata is different? [111097.mp3.zip](https://github.com/user-attachments/files/16248096/111097.mp3.zip) ```bash...
openreview的网站也会出现“no-available-impoter”, 比如这一篇 https://openreview.net/pdf?id=78Nn4QJTEN
Could use `ChatCompletionRequest::modality` for [OpenAI Compatible](https://platform.openai.com/docs/api-reference/chat/create#chat_create-modalities) Server