GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
delete_audio(3) Arcan Lua API delete_audio(3)

delete_audio - Remove the audio source

nil
delete_audio( aid )

1
This is undefined for frameserver audio sources as frameserver lifecycle management is tied to the video id

function delete_audio0()
      a = load_asample("test.wav");
      play_audio(a);
      audio_gain(a, 0.0);
      audio_gain(a, 1.0, 20);
end

function delete_audio0()
      a = load_movie("test.avi", FRAMESERVER_NOLOOP, function(source, stat)
            if (stat.kind == "resized") then
                  delete_audio(stat.source_audio);
            end
      end);
end

play_audio(3) pause_audio(3) audio_gain(3)

June 2022 audio

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.