Nick Appleton
Posts
-
at a certain point i lost the interest in making music - somewhere in my early 30's. -
at a certain point i lost the interest in making music - somewhere in my early 30's.@lritter @aeva @jkaniarz @TomF @Farbs 32-bits is usually enough for most things. I’m still scarred from working on 24-bit DSPs which are utter pricks for complex (I.e. involve FFTs) signal paths and the quality can noticeably drop. Regarding saturation, many DSPs have saturating ops and ARM NEON has some basic ones for additive operations.
-
at a certain point i lost the interest in making music - somewhere in my early 30's. -
at a certain point i lost the interest in making music - somewhere in my early 30's.@jkaniarz @Farbs @lritter @aeva @TomF I think your comments around performance and developer convenience are spot on, but writing fixed point code is awful for anything of significant complexity. Cascading IIR filters with low frequency poles leads to complexities in analysing headroom requirements. Mixing large numbers of channels requires level analysis. And if processing is occurring in some filterbank domain, then you have to consider fixed point FFTs.