search for: audiofiles

Displaying 20 results from an estimated 88 matches for "audiofiles".

Did you mean: audiofile
2015 Dec 30
2
FLAC Application ID's
We would like to reserve several FLAC Application ID's: App Name: Myriad App ID: "AFMY" / 41454d59 URL: http://www.audiofile-engineering.com/myriad App Name: Triumph App ID: "AETR" / 41455452 URL: http://www.audiofile-engineering.com/triumph App Name: Fidelia App ID: "AETW" / 41455457 URL: http://www.audiofile-engineering.com/fidelia Contact Info: Matthew
2004 Sep 10
2
command-line: AIFF writer advice
--- Brady Patterson <brady@spaceship.com> wrote: > > Brady, I would say for now, your proposal is fine. I am going > > to move flac to getopt soon... > > > > Matt, that would be cool if you wanted to take on the audiofile > > support. I have actually been waiting to ask you for that, > > waiting until I got the getopt support done, and the new > >
2004 Sep 10
2
command-line: AIFF writer advice
--- Matt Zimmerman <mdz@debian.org> wrote: > On Tue, Jul 30, 2002 at 09:04:38PM -0500, Brady Patterson wrote: > > > The patch I submitted only reads AIFF files. I'm about to start > the patch to > > write AIFF files. > > > > To do so, we need a command-line option to specify AIFF. My > inclination is to > > add an option: > > > >
2007 Jan 01
5
Is FLAC fully cooked for OS X yet?
OK, so I've been trying for a day now to get FLAC implementation in our apps. Suffice it to say that due to the "interesting" documentation and the inability to compile this thing from the source, I'm not sure we can do it yet. I am writing in to see if there's anything I'm missing before I make the conclusion that we have to wait... --- We write apps for OS
2001 May 29
2
One codebook for all audiofiles?
...;t find a digested version; please move the lists to sourceforge.net, and we would have the digested version. I read the replies from the archive. ] Hello. Would it be possible to allow Vorbis use the same codebook for multiple files? I could keep a 650 MB codebook on CD-R and use that for all my audiofiles. If that is possible, how much the compression ratio or quality would increase? How the codebook should be generated? Do you have the algorithm documentation available? The distribution and the webpage has no documents. [ Slightly offtopic: ] Because I'm wondering which is better at high bitr...
2007 Jan 03
1
Is FLAC fully cooked for OS X yet?
On Jan 3, 2007, at 3:28 PM, Josh Coalson wrote: > the FLAC parts look OK but I don't know how the audio converter > works. I think that's where the problem is. it is probably > converting float to 32-bit int full scale. well, here's what I found out about the 32-bit integer conversion. If the original 16-bit sample is 0x52F3, it goes through floating point, then comes
2007 Jan 02
3
Is FLAC fully cooked for OS X yet?
On Jan 2, 2007, at 5:15 AM, Arek Korbik wrote: > The binary frameworks distribution, as found on: > http://xiph.org/quicktime/download.html , hasn't really been tested > much outside the XiphQT project. I never had any problems with them, > but any improvement suggestions or help is welcome. Well, ok, then if the framework is intended to work, then let me describe closer the
2004 Jun 14
3
<<< GSM AUDIOFiles >>>
Hello: I would like to produce some GSM Prompt audio files for a Telephone Directory Project-- and have hired a freelance audio engineer to record, and edit the actual files-- However the GSM files he gives me to upload into asterisk DO NOT work when played back throgh "Stream File" or "Get Data" in my agi. It seems that there may be more than one GSM file type (with
2009 Mar 01
1
php agi and get_data errors.
...code: set_time_limit(99999999999999); require('phpagi.php'); $agi = new AGI(); $agi->answer(); function printdebug($a) { global $agi; $agi->conlog(print_r($a, true)); } // Prendo Badge $isokbadge = false; $tries = 1; do { $result = array(); $agi->exec('PLAYBACK',$audiofiles['insertbadge']); $result = $agi->get_data('beep', 60000, 13); printdebug($result); $badge = str_replace('*', '.', $result['result']); $agi->conlog("[$tries] Badge: $badge"); if (strlen($badge) != 13) { if (($tries++) >= 3){ $...
2007 Jan 02
3
Is FLAC fully cooked for OS X yet?
On Jan 2, 2007, at 1:56 PM, Josh Coalson wrote: >> OK, so I've been trying for a day now to get FLAC implementation in >> our apps. Suffice it to say that due to the "interesting" >> documentation [...] > > could you elaborate? Well, I've just never seen anything like it before. There's a step- through, to be sure, but I got more information out of
2004 Aug 15
2
Samba not honouring write/admin lists on shares
...e the upgrade users can only obtain read access. This occurs regardless or whether a write or admin list is used. It is as if the write list is being ignored. If the sense is inverted and the share is made writable then access cannot be restricted using read lists. I admit to being at a loss. [audiofiles] path = /home/ftp/audiofiles guest ok = yes writeable = no write list = @ntadmins force user = ftp force group = nogroup Cheers Lincoln Smith
2004 Sep 10
0
command-line: AIFF writer advice
On Tue, 30 Jul 2002, Josh Coalson wrote: (Matt wrote): > > A more flexible approach might be to use libaudiofile or a similar facility, > > so that multiple input formats can be automatically recognized, and future > > formats supported in a generalized way. Agree completely. I did this because I wanted to get something working with as small a change as possible. > Brady, I
2003 Dec 12
0
FAX app again
Hi, When I build the spandsp library needed for the FAX application, running ./config I get the following with 'no': [root@d17 spandsp-20031021]# ./configure ... checking for _doprnt... no .... checking for pow... no checking for sqrt... no checking for rint... no .... checking socket.h usability... no checking socket.h presence... no checking for socket.h... no .... checking audiofile.h
2008 Feb 08
2
Upgrade 1.2 -> 1.4 voice files
Hi All, I'm going to be upgrading our 1.2 Asterisk system. At the moment we use the Enicomms SLN files. Are there major differences in the 1.4 default voicefile packs, or will I be able to re-use Enicomms?? In the Make menuselect, I noticed theres no .SLN voicefile selection for the basic audiofiles - has SLN been depreciated? Thanks Adrian
2005 Jun 17
0
ogg vorbis decoding in MFC/C++ app
I am trying to insert a bit of ogg vorbis decoding into my MFC/C++ program and send it to my waveOut functions. // AudioFile.cpp #include "vorbis/codec.h" #include "vorbis/vorbisfile.h" . . . OggVorbis_File vf; FILE* pFile; pFile = fopen("verdes_2.ogg", "rb"); int err = err = ov_open(pFile, &vf, NULL, 0); . . . ov_clear(&vf); In my
2007 Jan 03
1
Is FLAC fully cooked for OS X yet?
On Jan 2, 2007, at 1:54 PM, Josh Coalson wrote: > this is reported a lot. usually it is a misunderstanding in how > to send samples to FLAC__stream_encoder_process() or > FLAC__stream_encoder_process_interleaved(). if you could send > your code where you are doing that, it would help. > > note that samples going in to the process calls must be converted > to signed 32-bit
2000 Sep 10
3
Adding oggenc support for files other than WAV?
Is anyone working on making oggenc use some nice library that reads lots of different audio file formats so that people can encode from files other than WAV? For example, the 'AudioFile' library (just found it via a search on freshmeat) reads wav, aiff, aiff-c, .au, and .snd. Maybe there are other better libraries (OpenAL, maybe), but this library does what I want (read AIFF). -tim ---
2009 Aug 03
12
Nothing loads in wine?
I thought that I would be able to use Wine to play TF2 in Fedora 11, so I used this guide to install steam: http://fedorasolved.org/gaming-solutions/installing-steam-using-wine Steam appeared to be working fine, so I downloaded some games (TF2 and CS:S), When they were done downloading, I tried to play one, and the "Preparing to launch TF2" box came up. So I waited for a few seconds and
2007 Nov 14
3
FLAC codec in OS X Leopard
I upgraded to Leopard (version 10.5 of OS X) a few weeks ago. Although I was a bit disappointed, but not surprised, to see that FLAC support isn't built natively into the OS, I was very happy to notice recently that Apple ships source code for a FLAC encoder and decoder codec component in /Developer/Examples/CoreAudio/AudioCodecs/ FLAC.xcodeproj. All that is necessary to build the
2004 Sep 10
1
more changes
--- Matt Zimmerman <mdz@debian.org> wrote: > On Wed, Oct 31, 2001 at 04:36:23PM -0800, Josh Coalson wrote: > > > - split the usage screen into a short and a long version. the > short > > version is the default, and you can use 'flac -H' to get the long > > version. > > It would be a good idea for the longer help text to go to stdout, > rather