https://github.com/hiperiondev/librpitx-c
Translation to C of https://github.com/F5OEO/librpitx
https://github.com/hiperiondev/librpitx-c
Last synced: about 2 hours ago
JSON representation
Translation to C of https://github.com/F5OEO/librpitx
- Host: GitHub
- URL: https://github.com/hiperiondev/librpitx-c
- Owner: hiperiondev
- License: gpl-3.0
- Created: 2021-10-06T14:05:47.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-04-03T23:10:34.000Z (about 3 years ago)
- Last Synced: 2025-03-02T10:32:02.278Z (over 1 year ago)
- Language: C
- Size: 2.82 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# librpitx-C
Translation to C of https://github.com/F5OEO/librpitx
*COMPILE TEST:*
- git clone https://github.com/hiperiondev/librpitx-C.git
- cd librpitx-C/build
- make
- cd ..
*TEST:*
```
(while true; do cat audio_raw/music48000.raw; done) | csdr convert_i16_f | csdr gain_ff 0.2 | csdr fmmod_fc | build/librpitx-C -i- -m IQFLOAT -f 147360
(while true; do cat audio_raw/speech48000.raw; done) | csdr convert_i16_f | csdr gain_ff 6000 | csdr convert_f_samplerf 20833 |sudo build/librpitx-C -i- -m RF -f 147360
```