Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
cpython
Commits
714fd26a
Kaydet (Commit)
714fd26a
authored
Eki 22, 1999
tarafından
Fred Drake
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Documented Beep() function.
üst
bda10c81
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
3 deletions
+13
-3
libwinsound.tex
Doc/lib/libwinsound.tex
+13
-3
No files found.
Doc/lib/libwinsound.tex
Dosyayı görüntüle @
714fd26a
...
...
@@ -10,9 +10,19 @@
\versionadded
{
1.5.2
}
The
\module
{
winsound
}
module provides access to the basic
sound-playing machinery provided by Windows platforms. It includes a
single function and several constants.
sound-playing machinery provided by Windows platforms. It includes
two functions and several constants.
\begin{funcdesc}
{
Beep
}{
frequency, duration
}
Beep the PC's speaker.
The
\var
{
frequency
}
parameter specifies frequency, in hertz, of the
sound, and must be in the range 37 through 32,767 (
\code
{
0x25
}
through
\code
{
0x7fff
}
). The
\var
{
duration
}
parameter specifies the
number of milliseconds the sound should last. If the system is not
able to beep the speaker,
\exception
{
RuntimeError
}
is raised.
\versionadded
{
1.5.3
}
% XXX fix this version number when release is scheduled!
\end{funcdesc}
\begin{funcdesc}
{
PlaySound
}{
sound, flags
}
Call the underlying
\cfunction
{
PlaySound()
}
function from the
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment