traverso-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Traverso-devel] My recent audio file changes


From: ben levitt
Subject: [Traverso-devel] My recent audio file changes
Date: Fri, 6 Jul 2007 15:27:12 -0700

I added AbstractAudioReader which is what it sounds like.  :)  It also
has static code for figuring out which subclass to create for a given
filename.

I added SFAudioReader which encapsulates all the libsndfile calls.
This class works well.

I added dynamic resampling using ResampleAudioReader, which sadly
doesn't work, and I'm not sure why yet.  So it's disabled.  See
MonoReader.cpp:91 to enable it.  (it just wraps a real AudioReader
with resampling code.)

I also added VorbisAudioReader, which should totally work, but does
not.  Traverso crashes on import of an ogg/vorbis file.  I'm wondering
if this class may actually work better than it seems, and the problems
are coming from another thread that gets confused by the different
format?

So, after all that, traverso still works the same as before.  :P
Reading using libsoundfile works, ogg doesn't, dynamic resampling
isn't enabled.

Ben




reply via email to

[Prev in Thread] Current Thread [Next in Thread]