Skip to content

jakoss/CodegenRust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is port of echoprint-codegen in Rust.

This is not exact port, a lot of changes were made in the process:

  • Code is thoroughly refactored for readability purposes
  • A lot of unhandled edge cases of the original version are fixed (some input data could crash the codegen process)
  • All external dependencies have been removed, but you need to provide raw 16bit pcm data (sampling rate 11025, LittleEndian) - so it's best to use this in pair with some audio decoder (tested with ffmpeg)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages