Ignotus-mago / PixelAudio

PixelAudio maps arrays of audio samples onto arrays of pixel values.
Other
0 stars 0 forks source link

Copying subarrays in PixelAudioMapper #3

Open Ignotus-mago opened 1 week ago

Ignotus-mago commented 1 week ago

Sig[] and img[] are the same size. Subarrays can be mapped with the two LUTs, imageToSignalLUT and signalToImageLUT, when we move subarrays back and forth. This can be done with new signatures for mapImgToSig and mapSigToImg and the corresponding write methods.