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

Test that pyaudio works #27

Open
asmeurer opened this issue Feb 2, 2014 · 3 comments
Open

Test that pyaudio works #27

asmeurer opened this issue Feb 2, 2014 · 3 comments

Comments

@asmeurer
Copy link

asmeurer commented Feb 2, 2014

I am not able to get this to work. The problem may be with pyaudio. I believe the listening works, due to #3, but I am not able to tell if the output works. How can I play a clearly audible sound with pyaudio? Maybe there should be a script included with this that does that.

@MinchinWeb
Copy link

Did you try adjusting the frequency to something audible (Line 2 in options.py -- https://github.com/Katee/quietnet/blob/master/options.py#L2 )? Wikipedia lists the human audible range running from about 20 to 20,000 Hz.

@fwaechter
Copy link

Try the input/output wire without any "special" frequence to check if I/O generally works. See: https://gist.github.com/fwaechter/8795472

@xezpeleta
Copy link

Interesting. I changed my options.py and it doesn't work with the default freq = 19100 in my computer: I don't receive anything. But I discovered that it works quite well with freq = 14700.

I'm testing it in a Macbook Pro + MacOS X 10.6.8

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

4 participants