rhvoice-tatar
RHVoice speech synthesizer - Tatar voice
RHVoice uses statistical parametric synthesis. It relies on existing open
source speech technologies (mainly HTS and related software).
libhalide14-0
fast, portable computation on images and tensors
Halide is a programming language designed to make it easier to write
high-performance image and array processing code on modern machines.
Halide currently targets:
* CPU architectures: X86, ARM, MIPS, Hexagon, PowerPC, RISC-V
* Operating systems: Linux, Windows, macOS, Android, iOS, Qualcomm QuRT
* GPU Compute APIs: CUDA, OpenCL, OpenGL Compute Shaders, Apple Metal,
Microsoft Direct X 12
Rather than being a standalone programming language,
Halide is embedded in C++. This means you write C++ code that builds
an in-memory representation of a Halide pipeline using Halide's C++ API.
You can then compile this representation to an object file,
or JIT-compile it and run it in the same process.
linux-support-5.15.0-1
Support files for Linux 5.15
This package provides support files for the Linux kernel build, e.g.
scripts to handle ABI information and for generation of build system meta
data.
g++-12-m68k-linux-gnu
GNU C++ compiler (cross compiler for m68k architecture)
This is the GNU C++ compiler, a fairly portable optimizing compiler for C++.
raven
Python tool that extends the capabilities of the http.server Python module
This package contains a Python tool that extends the capabilities of the
http.server Python module by offering a self-contained file upload web server.
While the common practice is to use python3 -m http.server 80 to serve files
for remote client downloads, Raven addresses the need for a similar solution
when you need the ability to receive files from remote clients. This becomes
especially valuable in scenarios such as penetration testing and incident
response procedures when protocols such as SMB may not be a viable option.
python3-fastjsonschema
validation of JSON documents by JSON schema drafts 04/06/07
Fastjsonschema implements validation of JSON documents by JSON schema.