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
{
int deviceId;
wxString name; // Display/config name of device
wxString cardName; // Name of the audio device
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
wxString name;
wxString apiName;
int defaultSampleRate;
int maxChannels;
int minChannels;