Skip to content

Instantly share code, notes, and snippets.

View ModProg's full-sized avatar
⌨️
Coding

Roland Fredenhagen ModProg

⌨️
Coding
  • Hamburg, Germany
  • 21:44 (UTC +02:00)
View GitHub Profile
@endolith
endolith / WAV interpretation.md
Last active June 27, 2024 17:02
Interpretation of WAV file sample data and asymmetry

How to handle asymmetry of WAV data?

WAV files can store PCM audio (WAVE_FORMAT_PCM). The WAV file format specification says:

The data format and maximum and minimums values for PCM waveform samples of various sizes are as follows:

Sample Size Data Format Maximum Value Minimum Value
One to eight bits Unsigned integer 255 (0xFF) 0
Nine or more bits Signed integer i Largest positive value of i Most negative value of i
@comp500
comp500 / fabricserversidemods.md
Last active April 15, 2024 20:13
Useful Fabric server side mods