Example usage for FormatConverter #515
-
Hello, I need to convert from 16bits to 32bits and the FormatConverter class which seem to be the way to do it doesn't extend BaseConverter so it's unusable in a pipeline. What is the best way to use it ? Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
You can use one of the following classes to convert between integer data types
Check out the class documentation under Transformation: https://pschatzmann.github.io/arduino-audio-tools/html/modules.html ps. I will delete the (obsolete) FormatConverter to avoid any future confusion and maybe I should change the title from Transformation to something else (e.g. Data Conversion). Would you have any suggestions ? |
Beta Was this translation helpful? Give feedback.
You can use one of the following classes to convert between integer data types
Check out the class documentation under Transformation: https://pschatzmann.github.io/arduino-audio-tools/html/modules.html
Here is an example that shows how to convert the data type.
ps. I will delete the (obsolete) FormatConverter to avoid any future confusion and maybe I should change the title from Transformation to something else (e.g. Data Conversion). Would you have any suggestions ?