# Functions
MSecToSamples converts milliseconds to samples, in terms of sample_rate.
SamplesToMSec converts samples to milliseconds, in terms of sample_rate.
# Variables
No description provided by the author
# Structs
Params defines the sound input parameters for auditory processing.
SndProcess encapsulates a specific auditory processing pipeline in use in a given case -- can add / modify this as needed.