Record sound: Difference between revisions

Content deleted Content added
Add note to task description about variations in the sound format.
{{header|GUISS}}
Line 44: Line 44:
Output:
Output:
<pre>-> (16767 19071 17279 ... 5503 9343 14719) # 96000 numbers</pre>
<pre>-> (16767 19071 17279 ... 5503 9343 14719) # 96000 numbers</pre>

=={{header|GUISS}}==

Here we activate the Microsoft Windows '95 Sound Recorder:

<lang guiss>Start,Programs,Accessories,Sound Recorder,Button:Record</lang>


=={{header|Python}}==
=={{header|Python}}==