Skip to content

Mistake in "Audio" library reference #10800

@AlbiBone

Description

@AlbiBone

Hello,
I point out a small bug in this official Arduino site reference.

In particular, under "parameters" field:

rate (int) : the sample rate of the sound file. If stereo, double the rate (ex. 44100Khz stereo = 88200).

Obviously it is not 44100Khz but 44100 Hz (capital H and delete the K, or if you prefer to keep in kHz just add the comma in the right place so 44.1 kHz) since we are talking about audio sampling frequency.
Moreover, please add the unit of measurement to 88200: what is 88200? potatoes? tomatoes? Hz?

Thank you and best regards.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions