[↑]
RECSAVE
Extract sample values recorded with RECSTART into an array
RECSAVE Array[,SampleNumber][,SamplePosition]
Arguments
Array
Specify a 1D array or a 2D array. The number of elements is adjusted automatically.
For a 1D array, the average value of the left and right samples. In the case of a 2D array, [0, x] is the left channel and [1, x] is the right channel sample value.
SampleNumber
Number of samples to be taken
・If not specified, it's the same value as RECPOS().
SamplePosition
Top position to take out sample
・0, if not specified.
Example
RECSTART 5
BGMPLAY 3
WHILE RECCHK():WEND
BGMSTOP
DIM BUF[2,1]
RECSAVE BUF
WAIT 60
PCMSTREAM BUF,48000
INPUT A$
About this site
Our site is an unofficial manual site of programming software "SmileBASIC" for NintendoSwitch™.
I acquire the content of the site from the
official reference site
of the
SmileBoom Co.Ltd.
that is the development and sales cause of the software in real time (a minimum period of 24 hours update) and display it.
For automatic update, contents may become improper.
Please confirm the correct content in an official site.
June 3, 2020
by mim
OK
|