1

Тема: AHK: SoundBeep

SoundBeep не работает, при том, что внутренний динамик работает (при загрузке компа раздается одиночный сигнал).
Как то можно это исправить?

2

Re: AHK: SoundBeep

Давным-давно мне попадалась информация, что на внутренний динамик существует драйвер. Соответственно он по какой-то причине может оказаться не установленным. Но Вы всё-таки код покажите.

3

Re: AHK: SoundBeep

Так там кода то: SoundBeep, 750, 500 или просто SoundBeep

4

Re: AHK: SoundBeep

Тогда предлагаю поискать на оф. сайте.

[solved] - "beeping" doesnt work...

5

Re: AHK: SoundBeep

У меня есть и внутренний динамик и наушники с usb звуковой картой.
Пока подключены наушники, SoundBeep воспроизводиться через них.
Может быть можно попробовать посмотреть настройки звука в Windows.

6

Re: AHK: SoundBeep

На ХР, помнится, бип шёл через динамик на материнке, а на новых осях уже идёт через звуковую карту.

7

Re: AHK: SoundBeep

YMP пишет:

а на новых осях уже идёт через звуковую карту

Ось 7 х32
Бип при загрузке же есть.

ypppu пишет:

Тогда предлагаю поискать на оф. сайте

Нету там решения.

Nikva пишет:

Может быть можно попробовать посмотреть настройки звука в Windows.

В диспетчере beep активирован и в работе.
Может через onMessage как-нибудь можно?

8

Re: AHK: SoundBeep

Так работает?
Если нет, то гуглите какую ошибку возвращает.

DllCall("Beep", UInt, 750, UInt, 1000)
msgbox % A_LastError

9

Re: AHK: SoundBeep

Malcev пишет:

Так работает?

-1073741816
Батник тоже ничего не воспроизводит @Echo 

10

Re: AHK: SoundBeep

Почитайте здесь.

Разработка AHK-скриптов:
e-mail dfiveg@mail.ru
Telegram jollycoder

11

Re: AHK: SoundBeep

Вот, что пишут в пометках к beep:

A long time ago, all PC computers shared a common 8254 programable interval timer chip for the generation of primitive sounds. The Beep function was written specifically to emit a beep on that piece of hardware.

On these older systems, muting and volume controls have no effect on Beep; you would still hear the tone. To silence the tone, you used the following commands:

net stop beep

sc config beep start= disabled

Since then, sound cards have become standard equipment on almost all PC computers. As sound cards became more common, manufacturers began to remove the old timer chip from computers. The chips were also excluded from the design of server computers. The result is that Beep did not work on all computers without the chip. This was okay because most developers had moved on to calling the MessageBeep function that uses whatever is the default sound device instead of the 8254 chip.

Eventually because of the lack of hardware to communicate with, support for Beep was dropped in Windows Vista and Windows XP 64-Bit Edition.

In Windows 7, Beep was rewritten to pass the beep to the default sound device for the session. This is normally the sound card, except when run under Terminal Services, in which case the beep is rendered on the client.

https://msdn.microsoft.com/en-us/librar … s.85).aspx
Так работает?

DllCall("MessageBeep", UInt, 0xFFFFFFFF)

12 (изменено: Zohann, 2016-12-15 15:46:46)

Re: AHK: SoundBeep

teadrinker слишком там мудрено, да и админ. прав нету на компе.
DllCall("MessageBeep", UInt, 0xFFFFFFFF) тоже нет

13

Re: AHK: SoundBeep

Zohann пишет:

Бип при загрузке же есть.

Так это ещё не ось работает.

14 (изменено: Malcev, 2016-12-15 15:53:23)

Re: AHK: SoundBeep

I KNOW HOW TO MAKE PC SPEAKER BEEP ON 32/64-BIT WIN7 AND WIN8

1.Install VMware Player/Workstation (BTW This does not work with VirtualBox)

2.Create new VM and install Windows XP on it

3.After install, run command prompt, press Ctrl-G and then ENTER(that thing makes the beep)

After all of that, you should hear the beep from internal PC Speaker.

Alternatively, you can use Beep.exe command utility: http://www.rlvision.com/misc/beep.asp

Usage: beep.exe [frequency in hz] [duration in ms]

For more information, execute it in command prompt

https://social.technet.microsoft.com/Fo … rohardware

15

Re: AHK: SoundBeep

https://yadi.sk/i/7q4pxSt134KgUe
Включено?

16

Re: AHK: SoundBeep

MandarinKa02 пишет:

Включено?

Нету вообще PC Beep, есть Микрофон и Лин. вход.