/
gozaltech
/
RHVoice
ОбзорДокументацияВойти
/
gozaltech
/
RHVoice
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
ДокументацияПоддержка
Политика конфиденциальностиПользовательское соглашениеПолитика использования «cookies»Согласие субъекта персональных данных
2026 ©
RHVoice/
src/hts_engine/
..
CMakeLists.txt

Fix getting audio when `hts_engine` compiled with CLang on opt levels higher than `-O0`. The functions in `HTS_audio.c` got inlined and optimized out, and so the functions from `core/str_hts_engine_impl.cpp` had not been plugged in their place. The proper solution is moving these functions into a struct and configuring this struct in runtime, but for now we just compile as an OBJECT.

4 года назад
HTS_audio.c

Replace MAGE with our own streaming synthesis implementation. (#569)

4 года назад
HTS_engine.c

Replace MAGE with our own streaming synthesis implementation. (#569)

4 года назад
HTS_engine.h

Replace MAGE with our own streaming synthesis implementation. (#569)

4 года назад
HTS_gstream.c

Replace MAGE with our own streaming synthesis implementation. (#569)

4 года назад
HTS_hidden.h

Replace MAGE with our own streaming synthesis implementation. (#569)

4 года назад
HTS_label.c

Replace MAGE with our own streaming synthesis implementation. (#569)

4 года назад
HTS_misc.c

Fix indentation in `HTS_fwrite_little_endian`

4 года назад
HTS_model.c

Replace MAGE with our own streaming synthesis implementation. (#569)

4 года назад
HTS_pstream.c

Replace MAGE with our own streaming synthesis implementation. (#569)

4 года назад
HTS_sstream.c

Remove the unused `frame_length` variable in `HTS_SStreamSet_create`.

4 года назад
HTS_vocoder.c

Replace MAGE with our own streaming synthesis implementation. (#569)

4 года назад
SConscript

Replace MAGE with our own streaming synthesis implementation. (#569)

4 года назад
utils.h

Replace MAGE with our own streaming synthesis implementation. (#569)

4 года назад