similar to: streaming live mp3?

Displaying 20 results from an estimated 1000 matches similar to: "streaming live mp3?"

2017 Feb 03
3
Clang 5.0 support for armv8 64 bit with neon and auto vectorization
One more thing, setting up clang 5,0 on windows, I have issues compiling libcxx project. Is it supported to be built with Visual studio or MinGW make files? Mit freundlichen Grüßen / Best regards Zeeshan Haider CC/ESM1 Tel. +49(711)811-47379 -----Original Message----- From: Tim Northover [mailto:t.p.northover at gmail.com] Sent: Freitag, 3. Februar 2017 18:05 To: Haider Zeeshan
2017 Feb 05
2
Clang 5.0 support for armv8 64 bit with neon and auto vectorization
On Fri, Feb 3, 2017 at 12:03 PM, Renato Golin <renato.golin at linaro.org> wrote: > Adding some people that know about libcxx and/or windows on arm. > Note that if you are trying to use Windows on ARM port, I've not tested C++ support with MS ABI, onlly the itanium ABI has been tested (there are known limitations for the C++ MS ABI on Windows ARM). Furthermore, we do not
2017 Feb 03
2
Clang 5.0 support for armv8 64 bit with neon and auto vectorization
Thanks Peter and Tim. Being that said, can I be sure that for 64 bit arm architectures (e.g. arm cortex A57) the neon feature and auto-vectorization is supported as default by clang 5.0? Because for us these two features are deal breaking for compiler evaluation. Mit freundlichen Grüßen / Best regards Zeeshan Haider Chassis Systems Control, Engineering Software Coordination, Software
2017 Feb 03
3
Clang 5.0 support for armv8 64 bit with neon and auto vectorization
Hi there, I am Software product developer at Robert Bosch, Germany. We are using armv8 64bit targets for our development. We have the need to do the cross compiling for our target on windows. I have compiled clang 5.0 from the vcs git. I have tried compiling the code with following options set: clang.exe -target armv8 -fslp-vectorize-aggressive -mfpu=neon -mfloat-abi=hard -c test.cpp As you
2006 Mar 26
1
load huge image
hello, i have run around 65000 regressions and stored them in a list. then i stored the session with save.image on my hard disk. the file is almost 1GB. when i now want to load the image it took tons of time. even after 12h of loading it was not done, although the saving was done fairly fast. i fear i have to run the regressions again and store them in a database ... can i load this file?
2006 Mar 20
6
hist-data without plot
hello, i need the data from hist() but i do not want the plot. e.g. z=hist(data)$counts #returns absolute frequency but when i execute this command the plot occurs also. is it possible to suppress the plot? many thanks, best regards gg -- --------------------------------------------------- Gottfried Gruber mailto:gottfried.gruber at terminal.at www: http://gogo.sehrsupa.net
2010 Sep 02
2
Fw: [asterisk-biz] To compete with Avaya - What are their current cost?
I am not interested in open source solutions. I want to know how much the propriety systems cost in terms of licensing. Specially Avaya now a days per extension. Exclusive or Inclusive of the hardware for 10 agents as noted. Thanks On Thu, Sep 2, 2010 at 8:18 AM, Muhammad Shomail Haider <msh0786 at gmail.com>wrote: > Hi Bruce, > > It all depends what exactly you are in need of. A
2005 May 01
1
opimization problem
hi, i want to execute the following opimization problem: max r*w s.t.: w*z=1 # sum of w is 1 r, w are [nx1] vectors, z is a [nx1] vector consisting of 1 so far so good, works fine with lp the problem arises with the additional restriction w' * V * w where V is a [nxn] matrix how can i include this restriction since w arises twice? thanks, gg --
2006 Jan 24
1
Linearize a Function
hi, i calculate the log-returns in return1 and i want to get the performance for the security. with only one security i have the following code # create matrix to keep performance return100=matrix(rep(100,length(return1)+1)) # matrix for the sum z1=matrix(rep(0,length(return1)+1)) # suming up the returns from current index to start for (i in 1:length(return1)) {z1[i+1]=sum(return1[c(1:i)]) }
2014 Mar 28
1
Asterisk CLI Banner
Hello Experts, I want to know if there is any way to modify welcome banner on asterisk console when I connect using "asterisk -r" Thanks,Haider -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20140328/7983145c/attachment.html>
2013 Dec 16
1
Power calculations for Wilcox.test
Greetings, I'm working on some analyses where I need to calculate wilcox tests for paired samples. In my current literature search I've found a few papers on sample size determination for the wilcox test notably: Sample Size Determination for Some Common Nonparametric Tests Gottfried E. Noether Journal of the American Statistical Association
2004 Aug 06
2
Live mp3-stream with ices 0.3 or ices 2?
Is it somehow possible to make a live-mp3-stream with ices0 or ices2? <p>--- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will
2009 May 27
1
PHP AGI Problems
(Accidentally posted this to asterisk-dev, should be here) fgets is only returning one character... either when run as an AGI or run as a test on PHP on CLI... Example, enter 3333, then fgets returns '3'. Also, GET DATA seems to be returning early and the loop keeps prompting 'invalid'... Any suggestions on how to improve my AGI class so it actually works? Thanks. [code]
2005 Jan 27
2
booting erro on FC3
I''m a newbie. :) I followed the steps written by Jerone Young: http://sourceforge.net/mailarchive/message.php?msg_id=10562241 but i found an error at the 17th step: 17. mkinitrd /boot/initrd-2.6.10-xen0.img 2.6.10-xen0 it said:"No module ata_piix found for kernel 2.6.10-xen0, aborting." so I commented the line of "module /boot/initrd-2.6.10-xen0.img" in the
2008 Aug 06
1
[2.6 patch] ocfs2/cluster/tcp.c: make some functions static
Commit 0f475b2abed6cbccee1da20a0bef2895eb2a0edd (ocfs2/net: Silence build warnings) made sense as far as it fixed compile warnings, but it was not required that it made the functions global. Signed-off-by: Adrian Bunk <bunk at kernel.org> --- This patch has been sent on: - 5 Jun 2008 fs/ocfs2/cluster/tcp.c | 44 ++++++++++++++++++++++++++------ fs/ocfs2/cluster/tcp_internal.h
2004 Aug 06
2
MP3/OGG/The whole thing
"Stefan Neufeind" <stefan@neufeind.net> writes: > Rolf, please have a look at the latest version and if the problems > persist I'm sure people would be happy if you could contribute your > patches ... It's the latest version I could find of ices0, that is - 0.2.3, with mp3 support. The patch I've done is not a patch for the real error, it justs forces ices
2005 Jan 03
0
[PATCH] docs/src/user.tex file-backed VBD warning
This is a documentation patch, discussing two potential user problems with file-backed VBDs, from the thread http://sourceforge.net/mailarchive/message.php?msg_id=10349058
2005 May 18
0
Re: FXTable possible bug
On Wed, 18 May 2005 23:12:03 +0400, Pavel Sokolov <elgato@rambler.ru> wrote : > I am still learning to deal with FOX and playing with different > widgets. I have encountered strange behavior of FXTable with regard to > style options. FXTable allows to resize rows and columns both w/ and > w/o options TABLE_ROW_SIZABLE, TABLE_COL_SIZABLE. This bug in FOX 1.2 was
2004 Aug 06
3
MP3/OGG/The whole thing
Brendan Cully <brendan@xiph.org> writes: > *You do need a snapshot rather than a release to do all this, > but I'd recommend that anyway since the snapshot is actually a lot > more robust than the release. For instance you shouldn't need any VBR > patch. Thanks for responding. The VBR patch was just a "dummy" patch I applied, because iceS didn't read VBR
2013 May 29
1
printserver for Centos 6.4
Hi! I am new here. I am german. My system is a Centos 6.4 on a 2CoreCeleron. Its clones work on different Hardwares and processors. Centos 6.4 is great and very stable. I use it as CMS Webserver, FTP Server, Kolab suite incl. mailserver, Fileserver, Desktop, Skype all at the same time and it is working fine. Now i achieved to install a HP deskjet 1102 on Centos,