PixInsight Forum (historical)
Software Development => PCL and PJSR Development => Topic started by: NKV on 2010 September 21 09:46:54
-
Hi,
Are is any way to generate sound from PCL/PSJR?
Like "beep" in C++:
#include <iostream>
int main()
{
std::cout << "\a";
}
BR,
Nikolay.