search for: headerless

Displaying 20 results from an estimated 35 matches for "headerless".

Did you mean: headedness
2008 Apr 11
1
Speex
...ibution and the TI's Code Composer Studio v3.1 simulator. I coosed speex_C64_test.pjt and modified the speex_C64_test.cmd to only use the DM642 external RAM memory. I'm not sure about the input file, the speex file and the output file formats. The README file refers that the input file is a headerless 16-bit stereo audio file, derived from the male.wav test file ( http://www.speex.org/samples/male.wav). Is it correct? Or is it a headerless 16-bit mono audio? How can i listen the output file? is there any player to play it? Or do i have to reconstruct its header and add it to the output file? How...
2015 Oct 11
2
[Windows Installer] Headerless install package?
Hello, I've authored a tool based on clang's libtooling and wish to make its build process similar to LLVM's via cmake on multiple platforms. I'm primarily developing on Arch Linux (with the distribution-provided llvm) and also maintain OS X builds using the prebuilt library archive from llvm.org. The llvm packages for these platforms contain exactly what I expect: /lib,
2004 Aug 06
2
Question/Feature Request
Using Ices2, is it possible to take 2 mono sources that are presented to the soundcard as the left and right channel, and make each of them a seperate mount point? My sources are all low bandwidth mono, and I would love to have a second stream without having to add a second soundcard or a second machine. I looked through the documentation, but I don't recall seeing this specific ability.
2004 Sep 05
3
ChanSpy by anthm and more...
...d=0002381 These include app_chanspy, the ability to spy on ANY bridged call taking place inside asterisk. NOT just ZAP as with ZapScan/Barge. Native format_* files being used for moh. Reload enabled res_musiconhold. format_mp3.c that produces SLNR output to asterisk, format_slinear.c for raw headerless audio, format_base65_wav_gsm.c aka wav49 held in a base64 containers(it can read and playback from these .b64 files) All this is thanks to my employer asterlink.com and anthm. So everyone please test and provide feedback. Thanks, Brian Asterlink.com PS: More to come at a later date.
2020 Apr 06
2
Adding a new External Suite to test-suite
...-mem2reg -O0 ${user_passes[@]} -instcount -stats -S \ "$individual_bc" -disable-output 2>&1" So, these are my questions: Q1: What do I have to do to start integrating my collection of .c files as an External Suite? They are all single source, single function, compilable headerless files extracted from open source repositories. They are grouped in folders, in a similar way the original project was. Q2: I read that using glob might not be a good idea, even though there is a partial workaround. However, when trying to understand what the other External suites were doing, I not...
2005 Dec 13
1
seamless looping mp3 files to icecast
...file stops and the next one starts. I guess this is something to do with headers. I get a small gap too with the vorbis equivalent [oggenc -> file then repeatedly pipe the file -> ezstream -> icecast ; so I've switched back to ices2/stdinpcm]. I even tried to hack oggenc to create headerless (no headers or bos flag) and tailless (no eos flag) ogg files, but these seemed to be ignored totally by ezstream or icecast - they pass through without being recognised (not sure which, sorry). So, before I go hacking further (I guess I should try headerless MP3 files), does anyone have any sugge...
2004 Dec 20
1
Why does * only work with an ancient mpg123?
Hi list! Just wondering, why is * sticking with an mpg123 version from the stoneage? Gentoo comes with 0.59s-r8 and this version doesn't even start. Ik know I could forcibly unmerge mpg123 and install the old version but I guess some day newer versions will have to be supported? Thanks!
2010 Mar 12
3
Time counting down and # detect
Hi all, Here is the script i want to make - Caller call to a number to record a message - Asterisk answer and start recording message as following + User press * to start recording + Record is finished if: + User press # + OR message duration reach 60 second + Hangup How do you counting down 60s, and how to detect # (i make a test using Read() but it cant read #) Thanks in advance
2005 Oct 17
1
Speex Example Build for TI DSP C54x C55x C6x DSPs
...essors. The zip includes a readme file describing the changed and added files. I have done no assembly optimizations, just made working builds. I originally had a test audio file in here, but that made the zip much bigger. I used GoldWave to convert the sample files from the Speex website to headerless audio files. Note that this build includes a (selectable) manual memory allocation, which allows the user to allocate memory out of a fixed array, instead of using calloc. This improves visibility into the allocation process, making it easier to tune memory usage. Thanks to Jamey Hicks for t...
2010 Aug 17
3
Convert wav-file to alaw-file
Hello list, it seems that Asterisk is unable to convert a wav-file into an alaw-file : [root at asterisk testing]# asterisk -rx "file convert testExtended2.wav testExtended2.alaw" Unable to open input file: testExtended2.wav [root at asterisk testing]# asterisk -rx "file convert testLong2.wav testLong2.alaw" Unable to open input file: testLong2.wav The wav-file is MONO,
2007 Oct 11
2
Encode and decode using speex
Hi, I am new to speex and I am trying to use the sample program given in the speex document. I have made some modification to that sample, so that input can be read from a file and the output can be re-directed to the file. I tried to encode an audio file using the sampleenc and decode the same by sampledec.c I am able to do it successfully, but when i try to play the output file from the
2009 May 05
1
Rcompression and Java Deflator
....html#Deflater(int, boolean) -------------- These threads also seem to be dealing with the same issue?. http://www.groupsrv.com/science/about98918.html http://www.ruby-forum.com/topic/183400 The Ruby thread says ?As could be seen in your first post, you are using -MAX_WBITS, which enables old (headerless? don't know what it's called) zlib format, that has no gzip header and no checksum. Maybe you should be using +MAX_WBITS (the default), which adds necessary header and checksum.? Ben Stabler Systems Analysis Group Parsons Brinckerhoff 503.478.2859 ___________________________ NOTICE: This...
2011 Sep 13
3
sox: Failed reading obd-demo.mp3: Do not understand format type: mp3
Hi, Can someone please comment about the below issue [root at host0040 kaushal]# file obd-demo.mp3 obd-demo.mp3: MPEG ADTS, layer III, v1, 256 kBits, 44.1 kHz, Monaural [root at host0040 kaushal]# sox obd-demo.mp3 -e stat sox: Failed reading obd-demo.mp3: Do not understand format type: mp3 [root at host0040 kaushal]# sox -V obd-demo.mp3 -r 8000 -c 1 -t ul -w vm-intro.ulaw sox: Failed reading
2007 Oct 11
0
Encode and decode using speex
...e a sample.wav file to encoded.spx using > sampleenc.c and decode it using sampledec.c and store the output in a > output.wav and play it using aplay? Will I be able to do the above? > Please help me, I am new to speex. If i am wrong please correct me. No, sampleenc/sampledec work on raw (headerless) files. Either you'll need to work on raw files, or else just use speexenc/speexdec. The latter are more complex, but they produce portable files. Cheers, Jean-Marc
2011 Aug 31
0
How can I use preprocessor standalone with a wav file?
I have been tyring to use the preprocessor standalone by feeding it pcm data from a headerless pcm file (mono, 22050hz) and then write the result to another file. Unfortunately, all I get back is noise (first frame is set to 0, rest is noise). Frame size is set to 440. I just modified testdenoise.c slightly to read/write from a file (see below) but I can't get useful results. What am...
2018 Apr 15
0
FLAC and external file attributes
...requency, hardware gain, etc, that aren't relevant to audio. Yes, I could write a script to preserve them, but it sure would be convenient if FLAC were to simply preserve them. (Yes, this wouldn't work on pipes, but that's OK.) I would also find it very handy if when FLAC compresses a headerless raw PCM file, it could (optionally) take sample rate, format, endianness, etc, from the extended file attributes instead of requiring them to be specified on the command line. It should also put them in extended file attributes when decompressing (at least to raw format). And while we're at it...
2004 Aug 06
0
Question/Feature Request
...If you're running ALSA, I believe there's a switch for arecord that will cause the left channel to go to 1 file and the right to go to another. If you got it to write these to FIFOs then maybe ices could use its wav input? hmmm, the header would be a problem. Don't think ices will do headerless PCM from a file. hmmm. OK, the short answer is, not easily. Geoff. <p> -- Geoff Shang <gshang@uq.net.au> ICQ number 43634701 Make sure your E-mail can be read by everyone! http://www.betips.net/etc/evilmail.html Please avoid sending me Word or PowerPoint attachments. See http://w...
2003 Apr 13
1
Playback application
What file formats does the Playback() application support? "show application playback" does not say. I'm trying to playback a .wav file and it's not working. --Eric -- BTEL Consulting 504-595-3916x2111 (Experimental) 850-484-4535 (Office) 877-552-0838 (Cell)
2010 Jul 27
0
Vorbis I specification
...ical and physical bitstream overview document.( http://xiph.org/vorbis/doc/oggstream.html) I am quoting here the Vorbis I specification "The Ogg/Vorbis I specication currently dictates that Ogg/Vorbis streams use Ogg transport streams in degenerate, unmultiplexed form only. That is: *A meta-headerless Ogg le encapsulates the Vorbis I packets .* *The Ogg stream may be chained, i.e., contain multiple, contigous logical streams* *(links).* * The Ogg stream must be unmultiplexed (only one stream, a Vorbis audio stream,* *per link)* This is not to say that it is not currently possible to multiplex...
2001 Jan 20
0
libao: Raw audio device
I've completed the new device for libao that just writes raw, headerless, unformatted audio data to the file of your choice. The driver also supports writing to stdout by specifying the output file to be "-". This is the better way to stream uncompressed audio for now, thereby avoiding the headaches contained in wav files. To add the driver: 1) Copy ao_raw...