• Eric Wollesen's avatar
    shout: added shout_buffer · f482f83e
    Eric Wollesen authored
    The Ogg encoder is slightly less optimal under this configuration.  It
    used to send shout data directly out of its ogg_page structures.  Now,
    in the interest of encapsulation, it copies the data from its ogg_page
    structures into a buffer provided by the shout audio output plugin
    (see audioOutput_shout_ogg.c, line 77.)  I suspect the performance
    impact is negligible.
    
    [mk: this patch and its description was separated from Eric's patch
    "Refactor and cleanup of shout Ogg and MP3 audio outputs"]
    f482f83e
Name
Last commit
Last update
..
audioOutput_alsa.c Loading commit data...
audioOutput_ao.c Loading commit data...
audioOutput_fifo.c Loading commit data...
audioOutput_jack.c Loading commit data...
audioOutput_mvp.c Loading commit data...
audioOutput_null.c Loading commit data...
audioOutput_oss.c Loading commit data...
audioOutput_osx.c Loading commit data...
audioOutput_pulse.c Loading commit data...
audioOutput_shout.c Loading commit data...
audioOutput_shout.h Loading commit data...
audioOutput_shout_ogg.c Loading commit data...