Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Record WAV file #311

Open
wanters opened this issue Sep 25, 2024 · 5 comments
Open

Record WAV file #311

wanters opened this issue Sep 25, 2024 · 5 comments

Comments

@wanters
Copy link

wanters commented Sep 25, 2024

Whether there is a plan to add the function of admitting WAV files?
Because I see there is a parse input WAV file.

@jvde-github
Copy link
Owner

You can already read wav files indeed (which you record with SDR# for example) and there is no plan to add recording to WAV files to the program. It is not that difficult though.

Is the question to write the raw radio signal before AIS decoding to a WAV file? On Raspberry/Linux recording can be quite easily be done with the rtl_sdr utility, so try to understand the use case and how frequently it will be used?

@wanters
Copy link
Author

wanters commented Sep 26, 2024

Oh, all right! If there is one more way to record the WAV file, this may enrich the project, and the recorded WAV file can be used by other SDR software, which is a desirable thing. It is recommended to join the program.

@jvde-github
Copy link
Owner

Ok, it is on the list to add, might take some time though.

@sprs123
Copy link

sprs123 commented Nov 28, 2024

Hi Jasper, please help. How do I use a recorded WAV file in AIS-catcher. I want to use it instead of a RTL-sdr dongle for test purposes. I have a pre-recorded ais-WAV file that I can use. If possible could you reply to [email protected] many thanks

@jvde-github
Copy link
Owner

Hi Richard, you can read in WAV files with:

AIS-catcher -w filename

But note that the file needs to be an IQ recording at 162 MHz, i.e. with two channels. Something that SDR# records for example. Give it a try and let me know if it does not work and feel free to email to follow up.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants