We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
With sidplayfp v1.4.4 (with Ubuntu 20.04.4), you could write a wav to stdout with -w-.
-w-
With v2.2.3 (Ubuntu 22.04 version) this no longer works, as the .wav extension is added and a file -.wav is created instead.
.wav
-.wav
I assume this is related to the extension being automatically added before the check in
sidplayfp/src/audio/wav/WavFile.cpp
Line 173 in 1dcccd3
The text was updated successfully, but these errors were encountered:
I guess it broke with 09512ab, need to check for stdout in getFileName and avoid adding the extension in that case
Sorry, something went wrong.
d241d27
drfiemost
No branches or pull requests
With sidplayfp v1.4.4 (with Ubuntu 20.04.4), you could write a wav to stdout with
-w-
.With v2.2.3 (Ubuntu 22.04 version) this no longer works, as the
.wav
extension is added and a file-.wav
is created instead.I assume this is related to the extension being automatically added before the check in
sidplayfp/src/audio/wav/WavFile.cpp
Line 173 in 1dcccd3
The text was updated successfully, but these errors were encountered: