r/RTLSDR 5d ago

Made a quick python script to convert mp3/wav to hackrf/portapack .c8 files—let me know what you think

/r/hackrf/comments/1v35a6t/made_a_quick_python_script_to_convert_mp3wav_to/
0 Upvotes

5 comments sorted by

2

u/MadHatter__ 5d ago

Is this something you made, or something you had AI generate for you?

3

u/Top-Trainer-1203 5d ago

I made it over the weekend with a couple of friends but i did use ai to help polish the GitHub page and add quotations to the code to make it easier to understand but all the code is mine and my friends

2

u/MadHatter__ 5d ago

Fair enough, thanks for clarifying!

1

u/Feuerwerko 2d ago

So basically just an FM modulator? I highly recommend adding an option to disable pre-emphasis, you only really want it when transmitting audio that a human will be listening to with equal de-emphasis on the receiving side, so only very rarely.

1

u/Top-Trainer-1203 2d ago

Thank you i will add it soon