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

Wavfile Sink: Header docstring still only mentions PCM, but we do all of libsnd #5971

Open
marcusmueller opened this issue Jun 26, 2022 · 2 comments

Comments

@marcusmueller
Copy link
Member

marcusmueller commented Jun 26, 2022

What happened?

wavfile_sink.h still says

* \brief Read stream from a Microsoft PCM (.wav) file, output floats

Also, Check gr_make_wavfile_source() for extra info. is utterly meaningless (and would not be much better if this was still GNU Radio 3.6, where such a function might have still existed).

same for …_source.h

Now, starting since 3.9.0.0, we do all the formats that libsndfile can handle.

Fix

System Information

OS: –
GR Installation Method: –

GNU Radio Version

3.11-git (main)

Specific Version

3.9.0.0 and later

Steps to Reproduce the Problem

reading the docstrings

Relevant log output

No response

@drmpeg
Copy link
Member

drmpeg commented Jun 27, 2022

I wouldn't say all of libsndfile. There are many other formats that are not being selected. Here's the complete list (scroll down to File Open Function):

https://libsndfile.github.io/libsndfile/api.html

Some formats that may be useful are Matlab/Octave and MP3 (which has just been added).

@marcusmueller
Copy link
Member Author

yes, this remains outstanding and a good first issue, sadly Harshiit never came back.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment