General C++ Programming - February 2022 (Page 5)

How to down sample a "wave" file (audio)?
 
I have a wave file and want to reduce the sample rate by half. I read about averaging the consecutive frames of the audio data but I don't understand the arit...
[3 replies] Last: @Ganado Thanks for sharing. Your answer helped me a lot (by Shubham2000)
how can I create a list of types by appending them in a struct
 
I have a very simplified code that shows my intentions: struct IncreasingCollection { using Collection = typename Loki::Typelist < Loki::NullType, Loki::Nul...
[6 replies] Last: I want to be able to add several types and then have access to the co... (by mbozzi)
February 2022 Pages: 1... 345
  Archived months: [jan2022] [mar2022]

This is an archived page. To post a new message, go to the current page.