Ticket #68 (new enhancement)

Opened 3 months ago

Last modified 3 months ago

tell() function, to make sndfile objects look a bit more like files

Reported by: alsuren Assigned to: cdavid
Priority: minor Milestone:
Component: audiolab Version:
Keywords: Cc:

Description

implementation:

def tell(self):

return self.seek(0, whence=1)

Change History

09/16/08 12:31:53 changed by alsuren

Actually, what I really want is something which conforms to the http://docs.python.org/lib/Wave-read-objects.html interface, but handles more formats, and sends things in and out using numpy arrays. If we had that, and did a bit more polishing, we might be able to get into scipy.