gatech-csl / jes

The Jython Environment for Students allows students to write Jython programs that can manipulate pictures, sounds, and videos.
http://mediacomputation.org/
60 stars 38 forks source link

Show bit size in sound explorer somehow #25

Open leafstorm opened 10 years ago

leafstorm commented 10 years ago

From bjdorn@gmail.com on August 05, 2009 10:26:00

Sounds read from different bit levels behave a bit strangely and we don't provide indication of the bit levels in the explorer tools. For example, opening an 8bit sound looks fine in explorer, but when copied to a new 16 bit sound, the values are clearly 256x quieter. Our tools could provide a better indication that this is the case to make it more obvious that a scaling factor needs to be applied when copying.

Original issue: http://code.google.com/p/mediacomp-jes/issues/detail?id=25

leafstorm commented 10 years ago

From bjdorn@gmail.com on August 14, 2009 11:25:27

Owner: ---