Erikhht / bencos

Automatically exported from code.google.com/p/bencos
0 stars 0 forks source link

extracted audio doesn't have track number in the filename #26

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
see screenshot

encoding of multiple audio tracks seems to work though.

Original issue reported on code.google.com by s1r...@gmail.com on 5 Aug 2011 at 4:09

Attachments:

GoogleCodeExporter commented 9 years ago
Audio temporary files always use the same name and it's overwrites each track.

You can add DeleteFile(sTemp + 'audio.wav'); at end of audio's for.

Original comment by zeys...@gmail.com on 5 Aug 2011 at 7:22

GoogleCodeExporter commented 9 years ago
Oh, thanks for the clarification.

Original comment by s1r...@gmail.com on 5 Aug 2011 at 8:00