Sponsored Content
The Lounge What is on Your Mind? Top Cybersecurity Threats Earth Year 2019 | You Have Been Warned! Post 303036332 by Neo on Sunday 23rd of June 2019 09:53:03 AM
Old 06-23-2019
Hi Wise!

Thanks! Consider yourself a part of the audio team for our new videos!

Your feedback is much appreciated, and feel free to click and search around in the audio tracks on Motion Array and let me know if you find anything for future videos!

I love that site, really! I'm a huge fan of Motion Array now and am so happy I have an annual license to use all their content in my projects!

Stand by for the "rock version" Smilie
This User Gave Thanks to Neo For This Post:
 

3 More Discussions You Might Find Interesting

1. Cybersecurity

The Top Ten Cybersecurity Threats for 2009 - Draft for Comments

Following up on my 2008 list of top cybersecurity threats, I have just published The Top Ten Cybersecurity Threats for 2009 for public comments. If you are interested in cybersecurity threats, kindly email your suggestions or comments directly to me (tim dot silkroad at gmail dot com).  I will... (0 Replies)
Discussion started by: Linux Bot
0 Replies

2. What is on Your Mind?

Exactly 1 year ago today, 18-09-2019...

This is mainly for Corona688, today's date 18-09-2019. Remember from little acorns big trees grow a few months ago? Well this is well on the way to 1000+ dls by the end of the year... AMINET from its inception in 1992 is accessed by very, very many and the AMIGA is still loved by millions. ... (1 Reply)
Discussion started by: wisecracker
1 Replies

3. What is on Your Mind?

Moderator of the Year 2019 Award Announcement Only

Dear All, We are happy to post that I will be announcing soon my award for "Moderator of the Year 2019". This is a new award which I plan to announce in December of each year, starting this year (2019). The prizes will be (still working out the details): A Moderator of the Year... (3 Replies)
Discussion started by: Neo
3 Replies
AuCreateBucket(3)					     Library Functions Manual						 AuCreateBucket(3)

Name
       AuCreateBucket - create a bucket

Synopsis
       #include <audio/audiolib.h>

       AuBucketID AuCreateBucket(server, format, tracks, access, sample_rate, nsamples, description, status)
	   AuServer *server;
	   AuUint32 format;
	   AuUint32 tracks;
	   AuUint32 access;
	   AuUint32 sample_rate;
	   AuUint32 num_samples;
	   AuString *description;
	   AuStatus *status; /* RETURN */

Arguments
       server	 Specifies the connection to the audio server.

       format	 Specifies  the  data  format  of  the audio data.  Currently, the following formats are defined: AuFormatULAW8, AuFormatLinearUn-
		 signed8, AuFormatLinearSigned8, AuFormatLinearSigned16MSB, AuFormatLinearUnsigned16MSB, AuFormatSignedLinear16LSB, and  AuFormat-
		 LinearUnsigned16LSB.

       tracks	 Specifies the number of tracks of the audio data.

       access	 Specifies  the  types	of operations permitted on this bucket.  This must be a bitwise inclusive OR of zero or more of these con-
		 stants: AuAccessImportMask, AuAccessExportMask, AuAccessDestroyMask, and AuAccessListMask.

       sample_rate
		 Specifies the sample rate of the audio data.

       num_samples
		 Specifies the number of samples the bucket will contain.

       description
		 Specifies a textual description of the bucket.  This may be NULL.

       status	 If non-NULL, flush the output buffer and return the status from the server.

Description
       AuCreateBucket creates a bucket with the specified attributes, and returns the bucket ID, or AuNone if there was  an  error.   The  initial
       contents of the bucket are undefined.

Errors
       AuBadValue, AuBadLength, AuBadAlloc.

See Also
       AuDestroyBucket, AuSetBucketAttributes, AuListBuckets, AuFreeBucketAttributes.

       audiolib - Network Audio System C Language Interface

audiolib - bucket existence					       1.9.3							 AuCreateBucket(3)
All times are GMT -4. The time now is 03:15 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy