Which Arduino would be ideal for these project specs?

I could use a little guidance in selecting hardware for my first Arduino project.
I'm not sure if an UNO, 101, Mega, or Zero would be the best fit.

Hardware inputs would be.
1x light sensor
4x push buttons

Outputs:
2x servos
1x ICH030A audio playback module with speaker

Thanks!

I don't know anything about the audio module. For all the others an Uno would be fine and it is the best Arduino to start with because most software and add-ons work with it.

If you want advice about the audio module post a link to its datasheet.

...R

Thank you so much, this should have all the data on that module

http://www.icstation.com/icstation-channel-control-voice-sound-record-playback-module-p-5237.html

It's likely any microcontroller could use the inputs you have and control the outputs but to be sure, you need to provide information about the light sensor you plan to use.

The sound module should work with any microcontroller.

I agree with Robin2 about an Uno being a good starting board.

Thank you.

The ambient light sensor would be
http://www.icstation.com/input-lm393-light-sensor-module-p-1868.html

Thanks!

jds580s:
Thank you.

The ambient light sensor would be
http://www.icstation.com/input-lm393-light-sensor-module-p-1868.html

Thanks!

That should work with any Arduino (of just about any microcontroller in general).