drowe67-patch-1
drowe67 2023-11-03 06:56:30 +10:30 committed by GitHub
parent f35e5164a5
commit a77e17b841
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ Before writing any code or submitting a PR - **please discuss** the PR with deve
## Ports to non C99 Compilers
We have standardized on C99 and develop and test using gcc on a Linux platform. We and encourage people who want to use non-standard compilers like MSVC and certain embedded compilers to maintain their own Codec 2 forks. Our focus needs to be on whats unique about our project the speech codec and modem waveforms rather than consuming time and resources on non-core activities that others can do equally well. If you decide to fork Codec 2 to a non C99 compiler - please ensure you port the ctests and that they all pass. If the tests have not been ported or do not pass - it's not Codec 2.
We have standardized on C99 and develop and test using gcc on a Linux platform. We encourage people who want to use non-standard compilers like MSVC and certain embedded compilers to maintain their own Codec 2 forks. Our focus needs to be on whats unique about our project the speech codec and modem waveforms rather than consuming time and resources on non-core activities that others can do equally well. If you decide to fork Codec 2 to a non C99 compiler - please ensure you port the ctests and that they all pass. If the tests have not been ported or do not pass - it's not Codec 2.
## Quickstart