<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> </head> <body bgcolor="#ffffff" text="#000000"> Good morning !<br> <br> For my project, i want to disable stereo coupling in audio vorbis encoding.<br> <br> On the web documentation (<a href="http://www.xiph.org/vorbis/doc/vorbisenc/overview.html">http://www.xiph.org/vorbis/doc/vorbisenc/overview.html</a>), i read : "Stereo coupling my be disabled <font color="#000000">by using vorbis_encode_ctl() with OV_ECTL_COUPLE_SET.". But the constant "OV_ECTL_COUPLE_SET" doesn't exist in vorbis files... and in the vorbis_encode_ctl() func</font>tion, there are no code to disable coupling stereo...<br> How can i disable stereo coupling ?<br> <br> Thanks. (and sorry for my bad english...)<br> <br> Fabien.<br> </body> </html>