auralix / alx-202-af-10-1-auralix-c-lib

GNU General Public License v3.0
0 stars 0 forks source link

alxAudioPlayer - Encoding - Liner PCM Int 16 & Encoding - Liner PCM Uint 16 #60

Open tomazvidovic opened 8 months ago

tomazvidovic commented 8 months ago
        // #2.3 Encoding - Liner PCM Int 16
        else if (me->trackEncoding == AlxAudio_Encoding_LinerPcm_Int16)
        {
            // TV: TODO
            ALX_AUDIO_PLAYER_ASSERT(false);
        }
        // #2.4 Encoding - Liner PCM Uint 16
        else if(me->trackEncoding == AlxAudio_Encoding_LinerPcm_Uint16)
        {
            // TV: TODO
            ALX_AUDIO_PLAYER_ASSERT(false);
        }