commit 07/11/2025
This commit is contained in:
@@ -48,7 +48,7 @@ class Mp3Encoder(val samplingrate: Int=44100, val channels: Int=1) {
|
|||||||
push_handle = bass.BASS_StreamCreate(samplingrate, channels, Bass.BASS_STREAM_DECODE, Pointer(-1), null)
|
push_handle = bass.BASS_StreamCreate(samplingrate, channels, Bass.BASS_STREAM_DECODE, Pointer(-1), null)
|
||||||
if (push_handle!=0){
|
if (push_handle!=0){
|
||||||
Logger.info{"MP3 Encoder initialized with sampling rate $samplingrate Hz and $channels channel(s)" }
|
Logger.info{"MP3 Encoder initialized with sampling rate $samplingrate Hz and $channels channel(s)" }
|
||||||
val options = "lame -b 128 --cbr --write-xing 0 --nohist --noid3v2 - -"
|
//val options = "lame -b 128 --cbr --write-xing 0 --nohist --noid3v2 - -"
|
||||||
val flag = BassEnc.BASS_ENCODE_AUTOFREE or BassEnc.BASS_ENCODE_NOHEAD
|
val flag = BassEnc.BASS_ENCODE_AUTOFREE or BassEnc.BASS_ENCODE_NOHEAD
|
||||||
mp3_handle = bassencmp3.BASS_Encode_MP3_Start(push_handle, null, flag,proc, null)
|
mp3_handle = bassencmp3.BASS_Encode_MP3_Start(push_handle, null, flag,proc, null)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user