Displaying 1 result from an estimated 1 matches for "vorbis_analysus_blockout".
Did you mean:
vorbis_analysis_blockout
2003 Sep 11
1
Flushing audio
...if(!result)
break;
write_ogg_page(&page);
}
}
}
My problem is that in some cases, i capture some data from the sound card
and i feed it to this function, but vorbis_analysus_blockout doesnt output
any block.
When i encode all the data i capture from the sound card (continuos
audio), it works fine. But if i start detecting levels, and sending to the
encoder only the audio louder that some level, in some cases
vorbis_analysis_blockout returns 0. I guess it's because it...