mirror of
https://github.com/claunia/cuetools.net.git
synced 2025-12-16 18:14:25 +00:00
FLACCL: Display OpenCL driver version
This commit is contained in:
@@ -311,8 +311,7 @@ namespace CUETools.FLACCL.cmd
|
||||
{
|
||||
Console.WriteLine("Filename : {0}", input_file);
|
||||
Console.WriteLine("File Info : {0}kHz; {1} channel; {2} bit; {3}", audioSource.PCM.SampleRate, audioSource.PCM.ChannelCount, audioSource.PCM.BitsPerSample, TimeSpan.FromSeconds(audioSource.Length * 1.0 / audioSource.PCM.SampleRate));
|
||||
Console.WriteLine("Platform : {0}", settings.Platform);
|
||||
Console.WriteLine("Device : {0}", settings.Device);
|
||||
Console.WriteLine("Device : {0}, Platform: \"{1}\", Version: {2}, Driver: {3}", settings.Device.Trim(), settings.Platform, settings.PlatformVersion.Trim(), settings.DriverVersion.Trim());
|
||||
}
|
||||
|
||||
bool keepRunning = true;
|
||||
|
||||
Reference in New Issue
Block a user