Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upno sound at all #716
no sound at all #716
Comments
This comment has been minimized.
This comment has been minimized.
Can you attach your AppleWin.log file? |
This comment has been minimized.
This comment has been minimized.
Sure. Here is the log. |
This comment has been minimized.
This comment has been minimized.
I agree, very odd! NB, these Registry entries are correct, as a value of 0 is the max volume (with 59 being minimum):
Also the log files doesn't have any red flags. You could try You could also try older versions of AppleWin, eg. 1.25.0.4 here. |
This comment has been minimized.
This comment has been minimized.
Interestingly, when I specify -no-mb, it immediately quits about as soon as the window appears on the screen. I get the same result with the -m switch. Here is the log from running it with -no-mb: *** Logging started: 11/3/2019 8:31:25 AM *** Btw, I did try version 1.25.0.4 as well as 1.28.0.0, but neither of those produce any Apple speaker sound either. |
This comment has been minimized.
This comment has been minimized.
OK, this is causing a crash (these debug switches clearly haven't been exercised in a while!). To avoid the crash, then:
(I'll get the crash fixed. EDIT: Fixed at d92eca5) |
This comment has been minimized.
This comment has been minimized.
OK. It doesn't immediately crash now, but still I get no sound from the built-in Apple speaker device. I have been (for expediency's sake) testing this by booting the included MASTER.DSK. I am assuming that the emulated Apple IIe should beep upon booting as well as emit a beep when issued a |
This comment has been minimized.
This comment has been minimized.
Yes, you should get a beep when booting MASTER.DSK, and also whenever you You log looks similar to mine. For some reason AppleWin can't register the PrintScreen key on your system:
But this is unrelated to this issue. (But could be OneDrive, DropBox, SnagIt, etc) All very strange. Currently I'm out of ideas! |
This comment has been minimized.
This comment has been minimized.
btw, I assume you've tested your PC speakers? The AppleWin "speaker" beep will only come out of one of the speakers (either left or right, but not both). Whereas Mockingboard sound will come out of both. Perhaps one of your PC speakers isn't well connected? |
This comment has been minimized.
This comment has been minimized.
I will try a couple of other things like updating the DirectX runtime and my audio chipset drivers. Who knows, maybe the fact that it was working before I re-installed Windows might have been due to updated drivers/DirectX DLLs that I don't have yet. It is truly odd though that it would be specifically the emulated internal speaker that's not working while the Mockingbird emulation appears to work fine. |
This comment has been minimized.
This comment has been minimized.
Eureka! Installing the Realtek-specific audio driver supplied by ASUS results in getting the speaker working in AppleWin. Apparently, even though the Microsoft-supplied generic HD Audio driver seems to work with 100% of everything else, AppleWin doesn't like it for some reason. |
This comment has been minimized.
This comment has been minimized.
That's great you got it working! So a driver issue... I'll add a note to the Help's troubleshooting section for anyone else who hits this in the future. |
This comment has been minimized.
This comment has been minimized.
I had exactly the same issue this weekend when setting up my wife's new Win10 laptop. Even after updating the Reaktek audio driver the problem persisted. (My experience was Speaker=silent, Mockingboard=playback was variable speed, sometimes noisy.) In the end I noticed that AppleWin's Config->Sound "Device" defaults to disabled! And I found an old bug semi-covering this issue: #355 I'll keep this closed, but will make sure that this old bug gets fixed! |
This is truly bizarre. Sound was working fine before I did a clean install of Windows 10. Now I can't get any built-in sound output at all from AppleWin (i.e., the system beeper/clicker). I have literally tried every combination of sound settings imaginable, but can't even get a simple beep. I have looked at the Windows mixer and verified that the sound is not muted and is in fact at 100% for AppleWin when it is running. What is more perplexing is that the Mockingboard output works fine. If I start Skyfox, I get music!
Anyway, here is the registry dump of my current settings in case that helps, but as I said, I have tried numerous combinations of sound options (Mockingbird enabled/disabled, etc.) but I don't even get so much as the system beep on boot!
`Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\AppleWin]
[HKEY_CURRENT_USER\Software\AppleWin\CurrentVersion]
[HKEY_CURRENT_USER\Software\AppleWin\CurrentVersion\Configuration]
"Printer Filename"="D:\AppleWin1.29.0.0\Printer.txt"
"Version"="1.29.0.0"
"Video Emulation"="2"
"Half Scan Lines"="1"
"Monochrome Color"="12632256"
"Serial Port Name"=""
"Custom Speed"="0"
"Emulation Speed"="10"
"Joystick0 Emu Type v3"="1"
"Joystick1 Emu Type v3"="0"
"PDL X-Trim"="0"
"PDL Y-Trim"="0"
"ScrollLock Toggle"="0"
"Joystick Cursor Control"="1"
"Autofire"="0"
"Joystick Centering Control"="1"
"Mouse crosshair"="0"
"Mouse restrict to window"="0"
"Sound Emulation"="3"
"Speaker Volume"="0"
"Mockingboard Volume"="0"
"Enhance Disk Speed"="0"
"Save State On Exit"="0"
"Dump to printer"="0"
"Convert printer encoding for clones"="1"
"Filter unprintable characters"="1"
"Append to printer file"="0"
"Printer idle limit"="10"
"Apple2 Type"="16"
"CPU Type"="1"
"Slot 4"="3"
"Slot 5"="3"
"Video Style"="1"
[HKEY_CURRENT_USER\Software\AppleWin\CurrentVersion\Preferences]
"Last Harddisk Image 1"=""
"Last Harddisk Image 2"=""
"Window X-Position"="369"
"Window Y-Position"="136"
"Last Disk Image 1"="Master.dsk"
"Starting Directory"="D:\AppleWin1.29.0.0\"
`