User:Joca/raw-audio-bitmap: Difference between revisions

From XPUB & Lens-Based wiki
(Created page with "Sonification Audacity Export uncompressed -> format raw -> unsigned 8 bit")
 
No edit summary
Line 4: Line 4:


Export uncompressed -> format raw -> unsigned 8 bit
Export uncompressed -> format raw -> unsigned 8 bit
Length of the audio defines the amount of data to fill an image. The higher the resolution, the more data you need. Too little data: image becomes black after a certain point. Too much data, a new image file is written.

Revision as of 15:11, 8 February 2018

Sonification

Audacity

Export uncompressed -> format raw -> unsigned 8 bit


Length of the audio defines the amount of data to fill an image. The higher the resolution, the more data you need. Too little data: image becomes black after a certain point. Too much data, a new image file is written.