<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Серый форум &mdash; AHK: SoundBeep]]></title>
		<link>https://forum.script-coding.com/viewtopic.php?id=12221</link>
		<atom:link href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=12221&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «AHK: SoundBeep».]]></description>
		<lastBuildDate>Mon, 26 Dec 2016 10:38:48 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: AHK: SoundBeep]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=110243#p110243</link>
			<description><![CDATA[<div class="quotebox"><cite>MandarinKa02 пишет:</cite><blockquote><p>Включено?</p></blockquote></div><p>Нету вообще PC Beep, есть Микрофон и Лин. вход.</p>]]></description>
			<author><![CDATA[null@example.com (Zohann)]]></author>
			<pubDate>Mon, 26 Dec 2016 10:38:48 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=110243#p110243</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: SoundBeep]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=109984#p109984</link>
			<description><![CDATA[<p><a href="https://yadi.sk/i/7q4pxSt134KgUe">https://yadi.sk/i/7q4pxSt134KgUe</a><br />Включено?</p>]]></description>
			<author><![CDATA[null@example.com (MandarinKa02)]]></author>
			<pubDate>Wed, 21 Dec 2016 20:03:53 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=109984#p109984</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: SoundBeep]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=109880#p109880</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (Malcev)]]></author>
			<pubDate>Thu, 15 Dec 2016 11:50:21 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=109880#p109880</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: SoundBeep]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=109878#p109878</link>
			<description><![CDATA[<div class="quotebox"><cite>Zohann пишет:</cite><blockquote><p>Бип при загрузке же есть.</p></blockquote></div><p>Так это ещё не ось работает.</p>]]></description>
			<author><![CDATA[null@example.com (YMP)]]></author>
			<pubDate>Thu, 15 Dec 2016 11:27:14 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=109878#p109878</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: SoundBeep]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=109872#p109872</link>
			<description><![CDATA[<p><strong>teadrinker</strong> слишком там мудрено, да и админ. прав нету на компе.<br />DllCall(&quot;MessageBeep&quot;, UInt, 0xFFFFFFFF) тоже нет</p>]]></description>
			<author><![CDATA[null@example.com (Zohann)]]></author>
			<pubDate>Thu, 15 Dec 2016 11:17:00 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=109872#p109872</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: SoundBeep]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=109871#p109871</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (Malcev)]]></author>
			<pubDate>Thu, 15 Dec 2016 11:15:03 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=109871#p109871</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: SoundBeep]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=109869#p109869</link>
			<description><![CDATA[<p>Почитайте <a href="http://superuser.com/questions/227939/how-to-make-the-pc-speaker-beep-from-the-windows-7-command-prompt">здесь</a>.</p>]]></description>
			<author><![CDATA[null@example.com (teadrinker)]]></author>
			<pubDate>Thu, 15 Dec 2016 11:06:56 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=109869#p109869</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: SoundBeep]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=109868#p109868</link>
			<description><![CDATA[<div class="quotebox"><cite>Malcev пишет:</cite><blockquote><p>Так работает?</p></blockquote></div><p>-1073741816<br />Батник тоже ничего не воспроизводит @Echo </p>]]></description>
			<author><![CDATA[null@example.com (Zohann)]]></author>
			<pubDate>Thu, 15 Dec 2016 10:53:34 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=109868#p109868</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: SoundBeep]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=109867#p109867</link>
			<description><![CDATA[<p>Так работает?<br />Если нет, то гуглите какую ошибку возвращает.<br /></p><div class="codebox"><pre><code>DllCall(&quot;Beep&quot;, UInt, 750, UInt, 1000)
msgbox % A_LastError</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (Malcev)]]></author>
			<pubDate>Thu, 15 Dec 2016 10:17:51 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=109867#p109867</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: SoundBeep]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=109866#p109866</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (Zohann)]]></author>
			<pubDate>Thu, 15 Dec 2016 09:30:49 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=109866#p109866</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: SoundBeep]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=109865#p109865</link>
			<description><![CDATA[<p>На ХР, помнится, бип шёл через динамик на материнке, а на новых осях уже идёт через звуковую карту.</p>]]></description>
			<author><![CDATA[null@example.com (YMP)]]></author>
			<pubDate>Thu, 15 Dec 2016 09:02:27 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=109865#p109865</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: SoundBeep]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=109864#p109864</link>
			<description><![CDATA[<p>У меня есть и внутренний динамик и наушники с usb звуковой картой.<br />Пока подключены наушники, SoundBeep воспроизводиться через них.<br />Может быть можно попробовать посмотреть настройки звука в Windows.</p>]]></description>
			<author><![CDATA[null@example.com (Nikva)]]></author>
			<pubDate>Thu, 15 Dec 2016 08:48:22 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=109864#p109864</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: SoundBeep]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=109863#p109863</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (ypppu)]]></author>
			<pubDate>Thu, 15 Dec 2016 08:44:51 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=109863#p109863</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: SoundBeep]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=109862#p109862</link>
			<description><![CDATA[<p>Так там кода то: SoundBeep, 750, 500 или просто SoundBeep</p>]]></description>
			<author><![CDATA[null@example.com (Zohann)]]></author>
			<pubDate>Thu, 15 Dec 2016 08:25:51 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=109862#p109862</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: SoundBeep]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=109861#p109861</link>
			<description><![CDATA[<p>Давным-давно мне попадалась информация, что на внутренний динамик существует драйвер. Соответственно он по какой-то причине может оказаться не установленным. Но Вы всё-таки код покажите.</p>]]></description>
			<author><![CDATA[null@example.com (ypppu)]]></author>
			<pubDate>Thu, 15 Dec 2016 08:11:45 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=109861#p109861</guid>
		</item>
	</channel>
</rss>
