cleemesser / pyo

Automatically exported from code.google.com/p/pyo
GNU General Public License v3.0
0 stars 0 forks source link

recordOptions not using fileformat #60

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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 8 years ago
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