Vic
Vic
Hello. I am using libfaac.dll version 1.29. Input data: 44100 Hz 16 bit stereo. calling faacEncOpen(44100, 2, &inputSamples, &maxOutputBytes); Encoder setting: faacEncConfiguration c = (faacEncConfiguration)cfg; c.inputFormat = FAAC_INPUT.I_16BIT; c.bitRate =...
Hello! VisualStudio 2019 Viewing MainWindow.xaml in the constructor throws an error: InvalidCastException: Could not cast object type "System.Object" to type "SimpleMusicPlayer.ViewModels.PlayControlViewModel". What could it be?
Hello Tags are displayed incorrectly in Cyrillic. You must use tag recoding. Example: public string toUtf8(string unknown) { if (string.IsNullOrEmpty(unknown)) return string.Empty; return new string(unknown.ToCharArray(). Select(x => ((x + 848)...