Changeset 89227 in vbox for trunk/src/VBox/ValidationKit
- Timestamp:
- May 21, 2021 3:07:51 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/utils/audio/vkat.cpp
r89226 r89227 2587 2587 { 2588 2588 /* Do the bare minimum here to get a test tone out. */ 2589 AUDIOTESTTONEPARMS ToneParms = { 0 }; 2589 AUDIOTESTTONEPARMS ToneParms; 2590 RT_ZERO(ToneParms); 2590 2591 ToneParms.msDuration = 2000; 2591 2592 memcpy(&ToneParms.Props, &CfgAcq.Props, sizeof(PDMAUDIOPCMPROPS));
Note:
See TracChangeset
for help on using the changeset viewer.