2
0
mirror of https://github.com/rehlds/revoice.git synced 2025-03-03 17:15:25 +03:00

14 Commits

Author SHA1 Message Date
the_hunter
70a8c313b7 Fix implicit pointer-to-function conversion warning 2025-02-25 11:24:28 +02:00
the_hunter
80baf85885 Add silk documentation 2025-02-25 01:28:38 +02:00
the_hunter
b9b87a119a Fix buffer overread in silk 2025-02-25 01:28:37 +02:00
the_hunter
c53cff1cc7 Enable LTO for silk codec on Linux 2025-02-25 01:28:37 +02:00
the_hunter
e927c2bcb5 Fix typo in silk CMakeLists.txt (RPIVATE -> PRIVATE) 2025-02-25 01:28:37 +02:00
the_hunter
659e3b71a7 Enable floating-point optimizations for silk non-Debug 2025-02-25 01:28:37 +02:00
the_hunter
c5fafac2f4 Change CXX to C compiler condition in silk CMakeLists.txt 2025-02-25 01:28:37 +02:00
the_hunter
1944301509 Add project metadata to silk CMakeLists.txt 2025-02-25 01:28:36 +02:00
the_hunter
0a6172735d Enable floating-point optimizations for speex non-Debug 2025-02-25 01:28:36 +02:00
the_hunter
19e2898a0d Add option ENABLE_VORBIS_PSY
Enable Vorbis psychoacoustic model for the Speex codec.
This is an experimental feature in the Speex codec that improves sound quality.
It allows the Speex codec to use the Vorbis psychoacoustic model for better speech compression,
especially at higher bitrates.
This model helps identify which parts of the sound are less noticeable to the human ear
and compresses them more, while preserving overall quality.
2025-02-24 23:56:13 +02:00
the_hunter
0095b8b5ad Update speex codec to version 1.2.1 2025-02-24 23:06:18 +02:00
the_hunter
c7f858e7af Move speex private headers to src directory 2025-02-23 22:39:33 +02:00
the_hunter
3902100b0e Apply FORCE_STACK_ALIGN attribute in C_DLLEXPORT macro 2025-02-23 14:09:31 +02:00
the_hunter
46f2ba7e69 Reorganize project structure according to 'The Pitchfork Layout' 2025-02-23 12:59:05 +02:00