Revert inadvertent change.

ms-hamlib-rel-463
Mooneer Salem 2025-06-11 09:04:31 -07:00
parent d552854f40
commit ff8c658c71
1 changed files with 2 additions and 4 deletions

View File

@ -29,10 +29,8 @@
struct AudioDeviceSpecification struct AudioDeviceSpecification
{ {
int deviceId; int deviceId;
wxString name; // Display/config name of device wxString name;
wxString cardName; // Name of the audio device wxString apiName;
wxString portName; // Name of the port from the above audio device (e.g. "Speakers" on Windows). Optional
wxString apiName; // Name of the active audio API
int defaultSampleRate; int defaultSampleRate;
int maxChannels; int maxChannels;
int minChannels; int minChannels;