Changes between Initial Version and Version 1 of Ticket #53761, comment 4


Ignore:
Timestamp:
Mar 12, 2017, 11:26:31 AM (8 years ago)
Author:
jmalcaide (Jose M. Alcaide)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #53761, comment 4

    initial v1  
    11I have been looking into this problem, and I think that the darkice port itself has several problems. Basically, it does not honor the default off state of the vorbis variant.
    22
    3 The compiling error affects to the file VorbisLibEncoder.cpp, which is part of the darkice's Ogg Vorbis support. But Ogg Vorbis support should not be added unless vorbis variant has been deliberately turned on. In fact, manually configuring darkice using --without-vorbis option makes the error to go away. Obviously the problem is still there (some incompatibility with libsamplerate), but it should only be triggered when building darkice +vorbis. Also, its dependencies on libvorbis and libsamplerate ports should only be added if the vorbis variant has been turned on.
     3The compiling error affects to the file VorbisLibEncoder.cpp, which is part of the darkice's Ogg Vorbis support. But Ogg Vorbis support should not be added unless vorbis variant has been deliberately turned on. In fact, manually configuring darkice using --without-vorbis option makes the error to go away. Obviously the problem is still there (some incompatibility with libsamplerate), but it should only be triggered when building darkice +vorbis. ''Also, its dependencies on libvorbis and libsamplerate ports should only be added if the vorbis variant has been turned o''n. --MY FAULT: both ports are dependencies of the Jack port, not darkice.
    44
    55I should add that even after installing darkice (specifying --without-vorbis by hand), it didn't work for my intended use, but the culprit was Jack, whose CoreAudio support is buggy. But that's another port.