daisy / pipeline-mod-audio

!! NOTE: This project is now part of the pipeline-modules project !! | Audio-related modules for the DAISY Pipeline 2
0 stars 0 forks source link

Minor fix in Lame's initialization #8

Closed rdeltour closed 10 years ago

rdeltour commented 10 years ago

Somehow InputStream#skip was raising an IOException "Illegal Seek", which weirdly enough only seemed to occur when the component is immediate (WTF?). The change fixes that, by using a BufferedReader to read the process output.