Voice API for Windows Operating Systems Library Reference — November 2003 147
define a user-defined single-frequency cadenced tone — dx_bldstcad( )
/*
* Close the opened Voice Channel Device
*/
if ( dx_close( dxxxdev ) != 0 ) {
perror( "close" );
}
/* Terminate the Program */
exit( 0 );
}
!
!!
! See Also
• global tone detection topic in Voice API Programming Guide
• dx_blddtcad( )
• dx_blddt( )
• dx_bldst( )
• dx_addtone( )
• dx_distone( )
• dx_enbtone( )
• r2_creatfsig( )
• r2_playbsig( )