I have been thinking about building a device that would allow one to hear frequencies outside of human hearing range, potentially in stereo headphones. This is not for bat detection or any specific purpose, but just as a curiosity project, to see what one can hear in different environments. The recorded sounds would be put through a filter to cut off the sounds that one can already hear, and then the pitch would be shifted to make them audible. I was thinking of using a pair of microphones to make stereo sound in real time. I was hoping that Teensy 4 could provide the necessary computing power. My idea was for this device to be portable (powered by a battery and not hooked up to a computer), so the user could explore the inaudible sounds of different places.
I have very little experience with electronics, and from what I could understand for ultrasonic sounds I could use the Teensy 4.x with its Audio Adapter Board, and I was looking at a pair of Primo EM258 mics. I know they need 48V but the forums above suggest that I could use a Rode VXLR+ adapter.
Do you think either infrasonic or ultrasonic range real-time processing could be feasible? If so, what would be the budget (I was hoping for under $200)? Which one is easier to build? I read that one would need something with 192 ksps at 24 bits to achieve clean ultrasonic recording, would this be a problem for the Teensy audio board?
I would appreciate any and all help with this!