HomeForumSourceResearchGuide
Sign in to contribute to source. how it works
Type definition file io.audio.AudioFormat by barry
expand copy to clipboardexpand
/* { "description" : "Data type used to store an audio format." } */
data AudioFormat {
	/* { "@description" : "The sample rate of the audio (in hz)." } */
	int sampleRate
	/* { "@description" : "The number of channels of the audio (e.g. 2 for stereo)." } */
	int channels
}
Revision history
To propose a new revision to this entity, use dana source put -ut your/new/version.dn -n io.audio.AudioFormat -m "reason for update" -u yourUsername
Version 2 (this version) by barry
Notes for this version: Updates docstrings
Version 1 by barry