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

Use PulseAudio library rather than ffmpeg #35

Closed marioortizmanero closed 4 years ago

marioortizmanero commented 4 years ago

Using the official PulseAudio's library instead of piping the output from ffmpeg would improve the performance, the control over the data, and many more interesting things.

Closes #26 and #22