mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
add set_apodization() to oggflac layers
This commit is contained in:
@@ -106,6 +106,12 @@ namespace FLAC {
|
||||
return (bool)::FLAC__stream_encoder_set_blocksize(encoder_, value);
|
||||
}
|
||||
|
||||
bool Stream::set_apodization(const char *apodization)
|
||||
{
|
||||
FLAC__ASSERT(is_valid());
|
||||
return (bool)::FLAC__stream_encoder_set_apodization(encoder_, specification);
|
||||
}
|
||||
|
||||
bool Stream::set_max_lpc_order(unsigned value)
|
||||
{
|
||||
FLAC__ASSERT(is_valid());
|
||||
|
||||
Reference in New Issue
Block a user