You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Improved PCM playback (still playable, but you can not barely make out the faintest sign of intelligible audio)
* More use of following Wiibrew Wiimote documentation.
* A TON of helpful tooltips in the audio player, to explain what should be known.
* Support for PCM playback in the audio player.
* Fixed Bolded text for volume and sample rate spinners being incorrectly switched.
* Fixed missing required wave conversion during change in Audio sample rate.
* Wiimote Audio Player no longer requires WiimoteController.exe to function as a library.
* More changes to pairing system. Added Bluetooth PairOnDiscovered option. AutoConnect is now enabled by default like before.
<Buttonx:Name="buttonPlayWave"Content="Play on Computer"VerticalAlignment="Bottom"FontWeight="Bold"Height="28"Margin="0,5,0,0"Click="OnPlayReal"IsEnabled="False"IsTabStop="False"Focusable="False"/>
51
-
<Buttonx:Name="buttonPlayWiimote"Content="Play on Wiimote"VerticalAlignment="Bottom"FontWeight="Bold"Height="28"Margin="0,5,0,0"Click="OnPlayWiimote"IsEnabled="False"IsTabStop="False"Focusable="False"/>
<Buttonx:Name="buttonUpdateSampleRate"Content="Update Changes"VerticalAlignment="Bottom"FontWeight="Bold"Height="28"Margin="0,5,0,0"Click="OnUpdateSettings"IsEnabled="False"IsTabStop="False"Focusable="False"ToolTip="Controls above with bold text require updating"/>
75
+
<Buttonx:Name="buttonPlayWave"Content="Play on Computer"VerticalAlignment="Bottom"FontWeight="Bold"Height="28"Margin="0,5,0,0"Click="OnPlayReal"IsEnabled="False"IsTabStop="False"Focusable="False"ToolTip="Play converted audio through computer speakers (as PCM)"/>
76
+
<Buttonx:Name="buttonPlayWiimote"Content="Play on Wiimote"VerticalAlignment="Bottom"FontWeight="Bold"Height="28"Margin="0,5,0,0"Click="OnPlayWiimote"IsEnabled="False"IsTabStop="False"Focusable="False"ToolTip="Play converted audio through Wiimote speaker"/>
77
+
<Buttonx:Name="buttonStop"Content="Stop Playback"VerticalAlignment="Bottom"FontWeight="Bold"Height="28"Margin="0,5,0,0"Click="OnStop"IsEnabled="False"IsTabStop="False"Focusable="False"ToolTip="Stop audio playback on Wiimote or computer"/>
78
+
<Buttonx:Name="buttonLoadSound"Content="Load Sound"VerticalAlignment="Bottom"FontWeight="Bold"Height="28"Margin="0,5,0,0"Click="OnLoadSound"IsEnabled="True"IsTabStop="False"Focusable="False"ToolTip="You may also drag a sound file into the window"/>
0 commit comments