mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-10 13:37:03 +03:00
Update README.md
This commit is contained in:
@@ -32,14 +32,14 @@ The main build of squeezelite-esp32 is a 16 bits internal core with all calculat
|
|||||||
Now, when I did the porting of squeezelite to esp32, I've also made the core 16 or 32 bits compatible at compile-time. So far, it works in 32 bits but less tests have been done. You can chose to compile it in 32 bits mode. I'm not very interested above 16 bits samples because it does not bring anything (I have an engineering background in theory of information).
|
Now, when I did the porting of squeezelite to esp32, I've also made the core 16 or 32 bits compatible at compile-time. So far, it works in 32 bits but less tests have been done. You can chose to compile it in 32 bits mode. I'm not very interested above 16 bits samples because it does not bring anything (I have an engineering background in theory of information).
|
||||||
|
|
||||||
| Capability |16 bits|32 bits| comment |
|
| Capability |16 bits|32 bits| comment |
|
||||||
|----------------------------|-------|-------|-------------------------------------------------------------------|
|
|----------------------------|-------|-------|--------------------------------------------------------------------|
|
||||||
| max sampling rate | 192k | 96k | 192k is very challenging, especially when combined with display |
|
| max sampling rate | 192k | 96k | 192k is very challenging, especially when combined with display |
|
||||||
| max bit depth | 16 | 24 | 24 bits are truncated in 16 bits mode |
|
| max bit depth | 16 | 24 | 24 bits are truncated in 16 bits mode |
|
||||||
| spdif |16 bits|20 bits| |
|
| spdif |16 bits|20 bits| |
|
||||||
| mp3, aac, opus, ogg/vorbis | 48k | 48k | |
|
| mp3, aac, opus, ogg/vorbis | 48k | 48k | |
|
||||||
| alac, flac, ogg/flac | 96k | 96k | |
|
| alac, flac, ogg/flac | 96k | 96k | |
|
||||||
| pcm, wav, aif | 192k | 96k | |
|
| pcm, wav, aif | 192k | 96k | |
|
||||||
| equalizer | Y | N | 48kHz max (after resampling) - equalization skipped on 96k tracks |
|
| equalizer | Y | N | 48kHz max (after resampling) - equalization skipped on >48k tracks |
|
||||||
| resampling | Y | N | |
|
| resampling | Y | N | |
|
||||||
| cross-fade | 10s | <5s | depends on buffer size and sampling rate |
|
| cross-fade | 10s | <5s | depends on buffer size and sampling rate |
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user