recordOptions not using fileformat
Opened this issue · 1 comments
GoogleCodeExporter commented
RecordOptions() in offline mode does not allow to record a .wav file from an
.aif file for example.
I use pyo for converting files from one standard to another. It would be nice
if RecordOptions() let the user decide what the output file format is even if
the original file is from another standard.
Original issue reported on code.google.com by 12co.pa...@gmail.com
on 17 Mar 2015 at 4:27
GoogleCodeExporter commented
Can you provide a simple example? The original file encoding has nothing to do
with the output file format because everything is computed in floating-point
internally.
Just a quick guess, be sure to not create a conflict between the filename's
extension to the filename argument of recordOptions and the fileformat
argument...
Original comment by belan...@gmail.com
on 20 Jul 2015 at 12:12