Displaying 17 results from an estimated 17 matches for "foa".
Did you mean:
fa
2014 Sep 02
1
Creating users with non-ascii chars fails
Hi list!
I'm trying to create a user with non-ascii characters in the name, but this
fails:
root at test-samba4:~# samba-tool user create foa --given-name='foa?'
New Password:
Retype Password:
ldb_handler_fold: unable to casefold string [foa?]
ldb_handler_fold: unable to casefold string [foa?]
ldb_handler_fold: unable to casefold string [foa?]
ldb_handler_fold: unable to casefold string [foa?]
Conversion error: Illegal multibyte...
2016 Apr 09
1
Quantmod abline and axis configuration
Hi all,
I have this code
I want to add two ablines like this
abline(h=2400, lty=3, col="lightgrey")
abline(h=400, lty=3, col="lightgrey")
But doesnt wotk.
I alo try to set ylim from 0 to max "Foa"+1000 but I?m not able ?Is it
posible?
require(latticeExtra)
require(ggplot2)
require(reshape2)
suppressPackageStartupMessages(require(googleVis))
require(quantmod)
require(PerformanceAnalytics)
require(xtsExtra)
require(rCharts)
Foa<-as.xts(read.zoo("fa.txt",col.names=c(&...
2018 Jan 26
0
[lldb-dev] Trying out lld to link windows binaries (using msvc as a compiler)
...ic int x = 0;
>>> void b(int);
>>> void a(int) {
>>> if (x)
>>> b(x);
>>> }
>>> int main(int argc, char **argv) {
>>> a(argc);
>>> return x;
>>> }
>>>
>>>
>>> clang-cl /Z7 /c a.cpp /Foa.noghash.obj
>>> clang-cl /Z7 /c a.cpp -mllvm -emit-codeview-ghash-section
>>> /Foa.ghash.good.obj
>>> llvm-objcopy a.noghash.obj a.ghash.bad.obj
>>> obj2yaml a.ghash.good.obj > a.ghash.good.yaml
>>> obj2yaml a.ghash.bad.obj > a.ghash.bad.yaml
>&...
2018 Jan 26
3
[lldb-dev] Trying out lld to link windows binaries (using msvc as a compiler)
...>>> void a(int) {
>>>> if (x)
>>>> b(x);
>>>> }
>>>> int main(int argc, char **argv) {
>>>> a(argc);
>>>> return x;
>>>> }
>>>>
>>>>
>>>> clang-cl /Z7 /c a.cpp /Foa.noghash.obj
>>>> clang-cl /Z7 /c a.cpp -mllvm -emit-codeview-ghash-section
>>>> /Foa.ghash.good.obj
>>>> llvm-objcopy a.noghash.obj a.ghash.bad.obj
>>>> obj2yaml a.ghash.good.obj > a.ghash.good.yaml
>>>> obj2yaml a.ghash.bad.obj > a....
2006 Feb 15
1
Bridge Calls with G()
...G(from-internal-custom,55,4))
exten => 55,4,Playback(/recordings/prompt02)
exten => 55,5,Playback(/recordings/prompt04)
exten => 55,105,Hangup()
This works but the calling party hears 'prompt02' and the called party hears
'prompt04' & the two parties are NOT connected foa conversatoin - just like
the wiki describes
Does anyone know when the 'G()' flag will be fixed or any potential
work-arounds?
Thanks,
Prakash
2018 Jan 26
0
[lldb-dev] Trying out lld to link windows binaries (using msvc as a compiler)
...gt;> if (x)
>>>>> b(x);
>>>>> }
>>>>> int main(int argc, char **argv) {
>>>>> a(argc);
>>>>> return x;
>>>>> }
>>>>>
>>>>>
>>>>> clang-cl /Z7 /c a.cpp /Foa.noghash.obj
>>>>> clang-cl /Z7 /c a.cpp -mllvm -emit-codeview-ghash-section
>>>>> /Foa.ghash.good.obj
>>>>> llvm-objcopy a.noghash.obj a.ghash.bad.obj
>>>>> obj2yaml a.ghash.good.obj > a.ghash.good.yaml
>>>>> obj2yaml a.g...
2016 May 29
2
ambisonics formats and channel mappings
...rt
height information, I believe that horizontal only surround will a be
valid option for a long time, despite the sudden interest for
"VR" (which is why Ambisonics is becoming popular). Horizontal HOA
needs 5 channels for 2nd order, one channel less than 5.1! Using the
extra channel adds FOA vertical information, for a much better
experience than plain 5.1.
I would suggest to also include support for the UHJ format, which is
roughly equivalent to 3 channels FOA, but using only 2 channels; even
soundfield rotation is possible with UHJ (although less good), enabling
horizontal "VR...
2018 Jan 26
4
[lldb-dev] Trying out lld to link windows binaries (using msvc as a compiler)
...;> b(x);
>>>>>> }
>>>>>> int main(int argc, char **argv) {
>>>>>> a(argc);
>>>>>> return x;
>>>>>> }
>>>>>>
>>>>>>
>>>>>> clang-cl /Z7 /c a.cpp /Foa.noghash.obj
>>>>>> clang-cl /Z7 /c a.cpp -mllvm -emit-codeview-ghash-section
>>>>>> /Foa.ghash.good.obj
>>>>>> llvm-objcopy a.noghash.obj a.ghash.bad.obj
>>>>>> obj2yaml a.ghash.good.obj > a.ghash.good.yaml
>>>>&...
2018 Jan 26
1
[lldb-dev] Trying out lld to link windows binaries (using msvc as a compiler)
...d this:
>>
>> // a.cpp
>> static int x = 0;
>> void b(int);
>> void a(int) {
>> if (x)
>> b(x);
>> }
>> int main(int argc, char **argv) {
>> a(argc);
>> return x;
>> }
>>
>>
>> clang-cl /Z7 /c a.cpp /Foa.noghash.obj
>> clang-cl /Z7 /c a.cpp -mllvm -emit-codeview-ghash-section
>> /Foa.ghash.good.obj
>> llvm-objcopy a.noghash.obj a.ghash.bad.obj
>> obj2yaml a.ghash.good.obj > a.ghash.good.yaml
>> obj2yaml a.ghash.bad.obj > a.ghash.bad.yaml
>>
>> Then op...
2016 May 28
2
ambisonics formats and channel mappings
Hi Opus list.
I subscribed because your discussion on the IETF draft ("Ambisonics in
an Ogg Opus Container") was mentioned on the sursound list.
I tried Opus for ambisonics more than a year ago. It does works with
uncoupled channels (I had to patch the encoder). I don't know what else
could be done to optimize support for ambisonics, as I'm not a codec
expert.
So I think that
2016 May 31
0
ambisonics formats and channel mappings
...square
> peg in a round hole; decoding Ambisonics for irregular arrays can be an
> art form, it's not like working with common surround formats.
Thanks for the input. I agree.
> I would suggest to also include support for the UHJ format, which is
> roughly equivalent to 3 channels FOA, but using only 2 channels; even
> soundfield rotation is possible with UHJ (although less good), enabling
> horizontal "VR audio" with only 2 channels.
UHJ is an interesting way to preserve compatibility with non-ambisonic
playback systems. However, I have not seen it generalized...
Ambisonics with Head Locked Stereo to Opus Channel Mapping Family 2 for WebVR Chrome App and YouTube
2020 Aug 07
0
Ambisonics with Head Locked Stereo to Opus Channel Mapping Family 2 for WebVR Chrome App and YouTube
...ncode an Opus file with Ambisonics including Head-Locked (non-diegetic) Stereo sound for a Virtual Reality 360° video.
YouTube describes the spatial audio requirements here:
https://support.google.com/youtube/answer/6395969
It's the last list item 5.
> 5. Supported First Order Ambisonics (FOA) with Head-Locked Stereo format:
> W, Y, Z, X, L, R as a 6-channel audio track in your uploaded file, sample rate: 48 kHz
> PCM encoded audio in a MOV container:
> Sample rate: 48 kHz
> OPUS encoded audio in an MP4 container:
> Min. bitrate 768 kbps
> Channel mapping family: 2
I...
2018 Jan 26
2
[lldb-dev] Trying out lld to link windows binaries (using msvc as a compiler)
...chary Turner <zturner at google.com> wrote:
> I did this:
>
> // a.cpp
> static int x = 0;
> void b(int);
> void a(int) {
> if (x)
> b(x);
> }
> int main(int argc, char **argv) {
> a(argc);
> return x;
> }
>
>
> clang-cl /Z7 /c a.cpp /Foa.noghash.obj
> clang-cl /Z7 /c a.cpp -mllvm -emit-codeview-ghash-section
> /Foa.ghash.good.obj
> llvm-objcopy a.noghash.obj a.ghash.bad.obj
> obj2yaml a.ghash.good.obj > a.ghash.good.yaml
> obj2yaml a.ghash.bad.obj > a.ghash.bad.yaml
>
> Then open these 2 yaml files up in...
2018 Jan 26
0
[lldb-dev] Trying out lld to link windows binaries (using msvc as a compiler)
I did this:
// a.cpp
static int x = 0;
void b(int);
void a(int) {
if (x)
b(x);
}
int main(int argc, char **argv) {
a(argc);
return x;
}
clang-cl /Z7 /c a.cpp /Foa.noghash.obj
clang-cl /Z7 /c a.cpp -mllvm -emit-codeview-ghash-section
/Foa.ghash.good.obj
llvm-objcopy a.noghash.obj a.ghash.bad.obj
obj2yaml a.ghash.good.obj > a.ghash.good.yaml
obj2yaml a.ghash.bad.obj > a.ghash.bad.yaml
Then open these 2 yaml files up in a diff viewer. It looks like the...
2001 Aug 09
2
Debugging help: BUG: Assertion failure with ext3-0.95 for 2.4.7
...0
Aug 9 17:57:39 boeaet34 kernel: <7le: New handle 1e70this_handle: Handle
1e701240 given 108 credits (total 117, free 7140)
Aug 9 17:57:39 boeaet34 kernel: <7urnal_dirturnal_st New handle 1e701240
goingle51069): joansaction.c, 525)_ansaction.de27ec0ll point to 788 will
point toad 1de27dd0, foa<7>ta: journal_headaction.c, 1328): jou going down
Aug 9 17:57:39 boeaet34 kernel: 106e27ec0
Aug 9 17:57:39 boeaet34 kernel: <7aansaction.c, 525): do_ansaction.c,
525): do_gde27ec0
Aug 9 17:57:39 boeaet34 kernel: <7 start_98): start22 credits
(tot>(namei.c, 689): c, 695)525): do_ge...
2018 Jan 26
2
[lldb-dev] Trying out lld to link windows binaries (using msvc as a compiler)
I'm so close I can almost smell it :)
I know how bad the code looks, I don't intend to submit this, but if you
want to try it out its at:
https://gist.github.com/santagada/544136b1ee143bf31653b1158ac6829e
I'm seeing: lld-link.exe: error: duplicate symbol: "<redacted_unmangled>"
(<redacted>) in <internal> and in <redacted_filename>.obj, looking at the
1998 May 19
0
Samba read and write exporting a vfat partition from linux/intel
I'm running Red Hat Linux 5.0/Intel with samba-1.9.18p7-50.1.
The PC I have has a hard disk with a /dev/hda1 which is a Win 95 partition and
a /dev/hda3 which is a Linux partition. The mount looks like this:
/dev/hda3 on / type ext2 (rw)
/dev/hda1 on /win95 type vfat (rw,gid=100,umask=0002)
and the gid=100 is the group users and contains only myself, chj.
The mount point /win95 is owned by