Commit 716cbe90 authored by emerit's avatar emerit
Browse files

FIX_TODO_NON_DIEGETIC_PAN_NOT_IMPLELENTED_IN_RENDERER

parent e58803b4
Loading
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -242,7 +242,11 @@ static const CmdLnParser_Option cliOptions[] = {
        .id = CmdLnOptionId_nonDiegeticPan,
        .match = "non_diegetic_pan",
        .matchShort = "ndp",
#ifdef FIX_TODO_NON_DIEGETIC_PAN_NOT_IMPLELENTED_IN_RENDERER
        .description = "Panning mono non diegetic sound to stereo -90<= pan <= 90\nleft or l or 90->left, right or r or -90->right, center or c or 0 ->middle\n",
#else
        .description = "Panning mono non diegetic sound to stereo -90<= pan <= 90\nleft or l or 90->left, right or r or -90->right, center or c or 0 ->middle\n(todo: implementation)",
#endif
    },
    {
        .id = CmdLnOptionId_orientationTracking,
+1 −0
Original line number Diff line number Diff line
@@ -227,6 +227,7 @@

#define FIX_509                                         /* FhG: fix issue 509, too low number of bitsream indices in SBA */

#define FIX_TODO_NON_DIEGETIC_PAN_NOT_IMPLELENTED_IN_RENDERER /* ..\apps\renderer.c(240):  .... (todo: implementation)",*/

                                                        /* ################## End DEVELOPMENT switches ######################### */
/* clang-format on */