<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK: SoundBeep]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=12221&amp;type=atom" />
	<updated>2016-12-26T10:38:48Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=12221</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: SoundBeep]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=110243#p110243" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>MandarinKa02 пишет:</cite><blockquote><p>Включено?</p></blockquote></div><p>Нету вообще PC Beep, есть Микрофон и Лин. вход.</p>]]></content>
			<author>
				<name><![CDATA[Zohann]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=26234</uri>
			</author>
			<updated>2016-12-26T10:38:48Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=110243#p110243</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: SoundBeep]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=109984#p109984" />
			<content type="html"><![CDATA[<p><a href="https://yadi.sk/i/7q4pxSt134KgUe">https://yadi.sk/i/7q4pxSt134KgUe</a><br />Включено?</p>]]></content>
			<author>
				<name><![CDATA[MandarinKa02]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=34409</uri>
			</author>
			<updated>2016-12-21T20:03:53Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=109984#p109984</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: SoundBeep]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=109880#p109880" />
			<content type="html"><![CDATA[<div class="quotebox"><blockquote><p>I KNOW HOW TO MAKE PC SPEAKER BEEP ON 32/64-BIT WIN7 AND WIN8 </p><p>1.Install VMware Player/Workstation (BTW This does not work with VirtualBox)</p><p>2.Create new VM and install Windows XP on it</p><p>3.After install, run command prompt, press Ctrl-G and then ENTER(that thing makes the beep)</p><p>After all of that, you should hear the beep from internal PC Speaker.</p><p>Alternatively, you can use Beep.exe command utility: http://www.rlvision.com/misc/beep.asp</p><p>Usage: beep.exe [frequency in hz] [duration in ms]</p><p>For more information, execute it in command prompt</p></blockquote></div><p><a href="https://social.technet.microsoft.com/Forums/office/en-US/8dfe41fa-fce8-4500-bd77-2d6b3ee8be64/no-sound-from-pc-speaker?forum=w7itprohardware">https://social.technet.microsoft.com/Fo … rohardware</a></p>]]></content>
			<author>
				<name><![CDATA[Malcev]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=26930</uri>
			</author>
			<updated>2016-12-15T11:50:21Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=109880#p109880</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: SoundBeep]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=109878#p109878" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>Zohann пишет:</cite><blockquote><p>Бип при загрузке же есть.</p></blockquote></div><p>Так это ещё не ось работает.</p>]]></content>
			<author>
				<name><![CDATA[YMP]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=81</uri>
			</author>
			<updated>2016-12-15T11:27:14Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=109878#p109878</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: SoundBeep]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=109872#p109872" />
			<content type="html"><![CDATA[<p><strong>teadrinker</strong> слишком там мудрено, да и админ. прав нету на компе.<br />DllCall(&quot;MessageBeep&quot;, UInt, 0xFFFFFFFF) тоже нет</p>]]></content>
			<author>
				<name><![CDATA[Zohann]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=26234</uri>
			</author>
			<updated>2016-12-15T11:17:00Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=109872#p109872</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: SoundBeep]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=109871#p109871" />
			<content type="html"><![CDATA[<p>Вот, что пишут в пометках к beep:<br /></p><div class="quotebox"><blockquote><p>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.</p><p>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:</p><p>net stop beep</p><p>sc config beep start= disabled</p><p>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.</p><p>Eventually because of the lack of hardware to communicate with, support for Beep was dropped in Windows Vista and Windows XP 64-Bit Edition.</p><p>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.</p></blockquote></div><p><a href="https://msdn.microsoft.com/en-us/library/windows/desktop/ms679277(v=vs.85).aspx">https://msdn.microsoft.com/en-us/librar … s.85).aspx</a><br />Так работает?<br /></p><div class="codebox"><pre><code>DllCall(&quot;MessageBeep&quot;, UInt, 0xFFFFFFFF)</code></pre></div>]]></content>
			<author>
				<name><![CDATA[Malcev]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=26930</uri>
			</author>
			<updated>2016-12-15T11:15:03Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=109871#p109871</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: SoundBeep]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=109869#p109869" />
			<content type="html"><![CDATA[<p>Почитайте <a href="http://superuser.com/questions/227939/how-to-make-the-pc-speaker-beep-from-the-windows-7-command-prompt">здесь</a>.</p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2016-12-15T11:06:56Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=109869#p109869</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: SoundBeep]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=109868#p109868" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>Malcev пишет:</cite><blockquote><p>Так работает?</p></blockquote></div><p>-1073741816<br />Батник тоже ничего не воспроизводит @Echo </p>]]></content>
			<author>
				<name><![CDATA[Zohann]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=26234</uri>
			</author>
			<updated>2016-12-15T10:53:34Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=109868#p109868</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: SoundBeep]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=109867#p109867" />
			<content type="html"><![CDATA[<p>Так работает?<br />Если нет, то гуглите какую ошибку возвращает.<br /></p><div class="codebox"><pre><code>DllCall(&quot;Beep&quot;, UInt, 750, UInt, 1000)
msgbox % A_LastError</code></pre></div>]]></content>
			<author>
				<name><![CDATA[Malcev]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=26930</uri>
			</author>
			<updated>2016-12-15T10:17:51Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=109867#p109867</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: SoundBeep]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=109866#p109866" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>YMP пишет:</cite><blockquote><p>а на новых осях уже идёт через звуковую карту</p></blockquote></div><p>Ось 7 х32<br />Бип при загрузке же есть.<br /></p><div class="quotebox"><cite>ypppu пишет:</cite><blockquote><p>Тогда предлагаю поискать на оф. сайте</p></blockquote></div><p>Нету там решения.<br /></p><div class="quotebox"><cite>Nikva пишет:</cite><blockquote><p>Может быть можно попробовать посмотреть настройки звука в Windows.</p></blockquote></div><p>В диспетчере beep активирован и в работе.<br />Может через onMessage как-нибудь можно?</p>]]></content>
			<author>
				<name><![CDATA[Zohann]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=26234</uri>
			</author>
			<updated>2016-12-15T09:30:49Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=109866#p109866</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: SoundBeep]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=109865#p109865" />
			<content type="html"><![CDATA[<p>На ХР, помнится, бип шёл через динамик на материнке, а на новых осях уже идёт через звуковую карту.</p>]]></content>
			<author>
				<name><![CDATA[YMP]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=81</uri>
			</author>
			<updated>2016-12-15T09:02:27Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=109865#p109865</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: SoundBeep]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=109864#p109864" />
			<content type="html"><![CDATA[<p>У меня есть и внутренний динамик и наушники с usb звуковой картой.<br />Пока подключены наушники, SoundBeep воспроизводиться через них.<br />Может быть можно попробовать посмотреть настройки звука в Windows.</p>]]></content>
			<author>
				<name><![CDATA[Nikva]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=27416</uri>
			</author>
			<updated>2016-12-15T08:48:22Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=109864#p109864</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: SoundBeep]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=109863#p109863" />
			<content type="html"><![CDATA[<p>Тогда предлагаю <a href="https://cse.google.com/cse?cx=010629462602499112316:ywoq_rufgic&amp;q=SoundBeep%20not%20work#gsc.tab=0&amp;gsc.q=SoundBeep%20not%20work&amp;gsc.page=1">поискать на оф. сайте</a>.</p><p><a href="https://autohotkey.com/board/topic/70472-solved-beeping-doesnt-work/">[solved] - &quot;beeping&quot; doesnt work... </a></p>]]></content>
			<author>
				<name><![CDATA[ypppu]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=5974</uri>
			</author>
			<updated>2016-12-15T08:44:51Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=109863#p109863</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: SoundBeep]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=109862#p109862" />
			<content type="html"><![CDATA[<p>Так там кода то: SoundBeep, 750, 500 или просто SoundBeep</p>]]></content>
			<author>
				<name><![CDATA[Zohann]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=26234</uri>
			</author>
			<updated>2016-12-15T08:25:51Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=109862#p109862</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: SoundBeep]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=109861#p109861" />
			<content type="html"><![CDATA[<p>Давным-давно мне попадалась информация, что на внутренний динамик существует драйвер. Соответственно он по какой-то причине может оказаться не установленным. Но Вы всё-таки код покажите.</p>]]></content>
			<author>
				<name><![CDATA[ypppu]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=5974</uri>
			</author>
			<updated>2016-12-15T08:11:45Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=109861#p109861</id>
		</entry>
</feed>
