vidify / old-audiosync

First implementation of the audio synchronization feature for Vidify, now obsolete
GNU Lesser General Public License v3.0
17 stars 3 forks source link

Consider switching back to C++ #23

Closed marioortizmanero closed 4 years ago

marioortizmanero commented 4 years ago

I went from C++ to C for performance but to be honest I'm not sure if it was a good choice. Here are some points to consider switching back:

Positive

Negative

Other ideas:

marioortizmanero commented 4 years ago

I think it's going to be easier to just use C. Both PulseAudio and libav are in C, so using bindings for everything will over-complicate the code IMO. C it is, for now.