ons 2023-09-06 klockan 02:10 +0200 skrev Paul B Mahol: > +static const uint16_t sr_table[16] = { > + 0, 1764, 3528, 3840, 160, 320, 441, 480, 640, 882, 960, 1920, 0, > 0, 0, 0 > +}; Why not premultiply these by 50? /Tomas