PixInsight Forum (historical)

Software Development => PCL and PJSR Development => Topic started by: NKV on 2010 September 21 09:46:54

Title: beep ?
Post by: NKV on 2010 September 21 09:46:54
Hi,
Are is any way to generate sound from PCL/PSJR?

Like "beep" in C++:
Code: [Select]
#include <iostream>
int main()
{
std::cout << "\a";
}
BR,
Nikolay.