How to resolve the algorithm Record sound step by step in the GUISS programming language

Published on 12 May 2024 09:40 PM

How to resolve the algorithm Record sound step by step in the GUISS programming language

Table of Contents

Problem Statement

Record a monophonic 16-bit PCM sound into either memory space, a file or array. (This task neglects to specify the sample rate, and whether to use signed samples. The programs in this page might use signed 16-bit or unsigned 16-bit samples, at 8000 Hz, 44100 Hz, or any other sample rate. Therefore, these programs might not record sound in the same format.)

Let's start with the solution: