Here is the basic hardware I have landed on:

Raspberry PI - Use a zero for low power consumption, assuming it can process the audio

Audio ADC - TI's tlv320adc6140 is used in the Amazon Echo and other continuous listening devices.  Its based on a I2S or DSP interface, which is compatible with the PI.  Specs are impressive and its highly configurable -specs.   Has lots of room to grow (4 channel, mixing, dsp, delay)  I've looked at others (PCM4222, PCM1808, SGTL5000, CS4272, AC108, DA7212), as well as USB dongles and higher-end stuff, but too expensive, too much power, too large.

I designed a board based on the evaluation board, that exposes the RPI connections and also has a nice screw terminal to connect the microphones.  Here is the board at OSH Park: ADC v1


Microphone - A stereo SASS microphone that uses - AOM-5024 electret capsules  High sensitivity, low noise, flat response, cheap.

Preamp - Not sure its needed, since the selected ADC has mic input, analog gain of 42dB and digital gain of 27dB.  Also would require an addl low noise power source. but here is my selections for adding a differential output preamp with dual opamps at 5v with low noise:

Enclosure - Put the raspberry pi in the stereo microphone enclosure - see these outdoor stereo microphone designs:

Wind noise - This has to be handled in any design.  From what I have found it is crucial to reduce, probably biggest factor in a quality recording.  Here are some materials I have tested that pass sound suitably but block wind:

Other Materials - Here is some other stuff I've collected for their sound deadening properties:

Code

audio-recording-firmware-raspi-tlv320adc6140 - Raspberry Pi (device tree overlay, python firmware, python continuous recording)

nature-audio-ai - Jupyter Notebooks for classification and prediction, starting with bird calls.

Animal call web app - a python web application that allows users to find animal calls in the recordings.

Important features so far:

High quality audio

Low power usage (70mA at 12 volt during recording)

Improved audio file management

AI Animal Call Detection

Analytics