mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-05 23:22:25 +00:00
in order to instigate new build and update the build status png synced
beep.Mod with actual library sources.
This commit is contained in:
parent
4bbacbaaa4
commit
419e90e073
1 changed files with 3 additions and 3 deletions
|
|
@ -1,5 +1,5 @@
|
|||
MODULE beep;
|
||||
IMPORT Files, rm:=oocRealMath, Unix;
|
||||
IMPORT Files, rm:=oocRealMath, Platform;
|
||||
|
||||
CONST pi2=6.28318;
|
||||
(*pi2 = 6.2831802368164062;*)
|
||||
|
|
@ -52,7 +52,7 @@ FOR i:=1 TO e DO
|
|||
END;
|
||||
|
||||
Files.Register(outvar);
|
||||
i:=Unix.System("oggenc -r -C 1 beepfile");
|
||||
i:=Unix.System("ogg123 beepfile.ogg");
|
||||
i:=Platform.System("oggenc -r -C 1 beepfile");
|
||||
i:=Platform.System("ogg123 beepfile.ogg");
|
||||
END beep.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue