LCAV / pyroomacoustics

Pyroomacoustics is a package for audio signal processing for indoor applications. It was developed as a fast prototyping platform for beamforming algorithms in indoor scenarios.
https://pyroomacoustics.readthedocs.io
MIT License
1.43k stars 427 forks source link

readme document example code #89

Closed jimtal001 closed 5 years ago

jimtal001 commented 5 years ago

I just wanted to mention that in the pyroomacoustics example code of the readme document you have one typo that is a bit confusing:

# Create a linear array beamformer with 4 microphones
# with angle 0 degrees and inter mic distance 10 cm
R = pra.linear_2D_array([2, 1.5], 4, 0, 0.04)  <--------- should the 0.04 be changed to 0.1 for 10 cm ?

Thanks

fakufaku commented 5 years ago

Thanks for spotting that!

fakufaku commented 5 years ago

Fixed in 84b2918.