Changeset 89507 in vbox for trunk/src/VBox
- Timestamp:
- Jun 4, 2021 12:12:37 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/utils/audio/vkat.cpp
r89501 r89507 1951 1951 if (RT_SUCCESS(rc)) 1952 1952 { 1953 /* 1954 * Automatically enable the mixer if the wave file and the 1955 * output parameters doesn't match. 1956 */ 1957 if ( !fWithMixer 1958 && !PDMAudioPropsAreEqual(&WaveFile.Props, &pStream->Cfg.Props)) 1959 { 1960 RTMsgInfo("Enabling the mixer buffer.\n"); 1961 fWithMixer = true; 1962 } 1963 1953 1964 /* 1954 1965 * Create a mixer wrapper. This is just a thin wrapper if fWithMixer
Note:
See TracChangeset
for help on using the changeset viewer.