search for: juce

Displaying 14 results from an estimated 14 matches for "juce".

Did you mean: jce
2016 Jun 10
2
Windows: How to catch C++ exceptions in runtime-compiled code?
HI all, Here in the JUCE team, we are working on porting the Projucer <https://www.juce.com/releases/projucer-juce-4> C++ live coding engine to Windows. Our main challenge now is how to catch C++ exceptions in runtime-compiled code on Windows. This doesn’t work for us and we’re quite stuck at this point. I recently...
2013 Oct 03
1
decoding vorbis bytes into floats
...traits of the important libraries, ogg and vorbis, and how do they work together? What are the steps I need to follow, and where can I get more information than the documentation has? I probably just need to chat with someone who really knows what they're doing, but, the people I know used JUCE. They've used the JUCE library to do something like this, but I would like to do a straight-forward use of the open-source XIPH libraries. There are many warnings about not using the low-level API, and most of the links on xiph.org are for pre-existing ogg players instead of source code fo...
2015 Nov 23
3
COFF::IMAGE_REL_AMD64_REL32 relocation overflow when compiling for x86_64
...ut am guessing it's a kind of "alternative symbol" which would just act as a middle man to invoke the "real" symbol in the static library. If that's the case, I can think of a way to implement it for specific symbols, but not for the more general case. -- Joshua Gerrard JUCE Software Developer *ROLI’s **award-winning* <http://www.telegraph.co.uk/luxury/design/31520/the-seaboard-grand-piano-wins-designs-of-the-year-2014-award.html>* Seaboard GRAND, celebrated as the “**piano of the future* <http://edition.cnn.com/2013/09/27/tech/innovation/hans-zimmer-seaboard...
2017 Apr 06
2
Zero length reported.
...m_total reports a zero length for one of the two files. Is this a problem with my use of the ov_pcm_total function or a problem with the encoding? The files are here http://www.credland.net/ogg/ along with a copy of the source code. This is a problem because the same function call is used by the JUCE ogg decoder we are using in an application. Any thoughts? thanks in advance, Jim. The output is: jim at snoopy ~/trouble.vorbis/a $ ./a < 53884c2935e6b47938f91ca78b0c2473a85730833138370caedbb66a74995130.ogg encoder=Lavf53.32.100 Bitstream is 2 channel, 44100Hz Encoded by: Lavf53.32.100...
2017 Apr 06
2
Zero length reported.
...m_total reports a zero length for one of the two files. Is this a problem with my use of the ov_pcm_total function or a problem with the encoding? The files are here http://www.credland.net/ogg/ along with a copy of the source code. This is a problem because the same function call is used by the JUCE ogg decoder we are using in an application. Any thoughts? thanks in advance, Jim. The output is: jim at snoopy ~/trouble.vorbis/a $ ./a < 53884c2935e6b47938f91ca78b0c2473a85730833138370caedbb66a74995130.ogg encoder=Lavf53.32.100 Bitstream is 2 channel, 44100Hz Encoded by: Lavf53.32.100...
2015 Nov 23
2
COFF::IMAGE_REL_AMD64_REL32 relocation overflow when compiling for x86_64
...icrosoft Visual Studio 12.0\VC\lib\amd64\libcmtd.lib). The relocation type stated in that library (information gathered from dumpbin) is REL32. I'm not sure what other information there is for me to gather, could somebody please help me resolve this? Many thanks in advance! -- Joshua Gerrard JUCE Software Developer *ROLI’s **award-winning* <http://www.telegraph.co.uk/luxury/design/31520/the-seaboard-grand-piano-wins-designs-of-the-year-2014-award.html>* Seaboard GRAND, celebrated as the “**piano of the future* <http://edition.cnn.com/2013/09/27/tech/innovation/hans-zimmer-seaboard...
2017 Apr 11
1
[Vorbis-dev] Zero length reported.
...zero length for one of the two files. Is this a problem with my use of the ov_pcm_total function or a problem with the encoding? The files are here http://www.credland.net/ogg/ along with a copy of the source code. >> >> This is a problem because the same function call is used by the JUCE ogg decoder we are using in an application. >> >> Any thoughts? >> >> thanks in advance, Jim. >> >> >> >> The output is: >> >> jim at snoopy ~/trouble.vorbis/a >> $ ./a < 53884c2935e6b47938f91ca78b0c2473a85730833138370caed...
2015 Oct 19
2
[cfe-dev] Orc Windows C++
...recordRelocations is doing quite a lot! Given that having external symbols in code (assuming one of my definitions above is correct) is quite a normal thing, is there anything in LLVM that can help me implement this a bit more simply? Thank you very much for any help in advance. -- Joshua Gerrard JUCE Software Developer ROLI’s award-winning Seaboard GRAND, celebrated as the “piano of the future”, is now joined by the Seaboard RISE, “every bit as slimline and attractive as its bigger brother”. The press is hailing the Seaboard RISE as “innovative”, “expressive”, “accessible”, and “a keyboard con...
2009 Jun 04
0
ogg audio streaming problem
...am implementing ogg audio streaming. I meet some problems for streaming. My application is as follows: I send download request to server,and server sends the download ogg file to client side. when a certain amount of data is downloaded, and I start to play the ogg file by using a library. I use juce c++ library which uses vorbisfile.c to read and write ogg format. I updated the lengthInSamples of the ogg file to the size of ogg file. After certain chunk of data is downloaded, ogg length in samples is initialized by callbacks.read_func = &oggReadCallback; callbacks.seek_fu...
2017 Apr 07
0
Fwd: [Vorbis-dev] Zero length reported.
...ports a zero length for one of the two files. Is this a problem with my use of the ov_pcm_total function or a problem with the encoding? The files are here http://www.credland.net/ogg/ along with a copy of the source code. > > This is a problem because the same function call is used by the JUCE ogg decoder we are using in an application. > > Any thoughts? > > thanks in advance, Jim. > > > > The output is: > > jim at snoopy ~/trouble.vorbis/a > $ ./a < 53884c2935e6b47938f91ca78b0c2473a85730833138370caedbb66a74995130.ogg > encoder=Lavf53.32.100...
2009 Jun 04
1
ogg audio streaming problem
...am implementing ogg audio streaming. I meet some problems for streaming. My application is as follows: I send download request to server,and server sends the download ogg file to client side. when a certain amount of data is downloaded, and I start to play the ogg file by using a library. I use juce c++ library which uses vorbisfile.c to read and write ogg format. I updated the lengthInSamples of the ogg file to the size of ogg file. After certain chunk of data is downloaded, ogg length in samples is initialized by callbacks.read_func = &oggReadCallback; callbacks.seek_fu...
2015 Oct 14
4
[cfe-dev] Orc Windows C++
That's great news, thanks! If I can be of any help, let me know. :) I'll see if I can reduce the example for the relocation issue whilst you're at it. Regards, Joshua -- Joshua Gerrard JUCE Software Developer *ROLI’s **award-winning* <http://www.telegraph.co.uk/luxury/design/31520/the-seaboard-grand-piano-wins-designs-of-the-year-2014-award.html>* Seaboard GRAND, celebrated as the “**piano of the future* <http://edition.cnn.com/2013/09/27/tech/innovation/hans-zimmer-seaboard...
2016 Oct 07
3
RuntimeDyLdCOFF and RTTI on Windows
...ct on > different Windows systems. I think I can also prepare a self-contained > repro, if you happen to have a Windows machine/VM at hand and you are > interested in clearing up this issue. > > Thanks. > Stefan > > -- > Stefan Gränitz > Consultant Software Development JUCE > > > -- > > > *ROLI* <http://www.roli.com/>* extends the journey of music creation to > everyone. The **acclaimed * <http://www.roli.com/press/reviews>*Seaboard > GRAND* <http://www.roli.com/products/seaboard-grand>* and **Seaboard RISE* > <http://ww...
2015 Oct 05
2
[cfe-dev] Orc Windows C++
Oops, sorry for the spam. That last comment was incorrect. It’s IMAGE_REL_AMD64_REL32 not _5 > On 5 Oct 2015, at 17:26, Joshua Gerrard <joshua.gerrard at roli.com> wrote: > > Additional info: when the relocation issue does occur the relocation type is IMAGE_REL_AMD64_REL32_5 > >> On 5 Oct 2015, at 17:16, Joshua Gerrard <joshua.gerrard at roli.com> wrote: >>