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

Possible to run without an audio device? #16

Open
salamanders opened this issue Jan 23, 2022 · 2 comments
Open

Possible to run without an audio device? #16

salamanders opened this issue Jan 23, 2022 · 2 comments
Labels
enhancement New feature or request

Comments

@salamanders
Copy link

I'd like to capture to files, and the dusty machine nearest to where I can plug in the antenna doesn't have an audio device. Is there a way to configure the app to only dump to audio files?

I did get it to compile and run in Ubuntu, and got as far as

$ more nrsc5.log 
15:32:17 Unable to open audio device.
@markjfine
Copy link
Owner

This application is intended to be a simple player that just calls the nrsc5 executable in a shell.

I know you can read an iq file into it and save the decoded wav output, but I thought nrsc5 still required an audio device to run.

You might be better off asking the nrsc5 developers (theori-io/nrsc5) if there's a command line method of ignoring the presence of an audio device. I'm not really certain if there is. If it's not available, perhaps that's a feature they can add.

@salamanders
Copy link
Author

I was able to run nrsc5 from the command line with the output going to a file, so I don't think the binary absolutely requires an audio device. But my use case is very corner-case - I'm betting most of the ppl who run this app do so to play audio!

@markjfine markjfine added the enhancement New feature or request label Dec 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants