Home
last modified time | relevance | path

Searched refs:BASS_ENCODE_PCM (Results 1 – 2 of 2) sorted by relevance

/MusicPlayer2/MusicPlayer2/
H A DBASSEncodeLibrary.h14 #define BASS_ENCODE_PCM 64 // write PCM sample data (no encoder) macro
H A DBassCore.cpp653 …_str(), BASS_ENCODE_AUTOFREE | (encode_format == EncodeFormat::WAV ? BASS_ENCODE_PCM : 0), NULL, 0… in EncodeAudio()