Questions tagged [surround]
91 questions
0
votes
0 answers
D3D11 - How to deal with SLI and Nvidia Surround?
Is it needed to worry about Nvidia SLI with or without Surround while enumerating adapters and outputs?
Assume a fictional build:
(2x) GTX 960 in SLI
(3X) 1920x1080 displays attached in landscape mode by Surround, yielding 5760x1080
While using…

Abrar Borno
- 373
- 1
- 3
- 10
0
votes
2 answers
how to surround a word using System.Text.RegularExpressions.Regex
I've seen this topic:
How to surround text with brackets using regex?
but that's on ruby and I don't know the analog for C#
I tried
text = System.Text.RegularExpressions.Regex.Replace(text, ' ' + SpecialWord + ' ', " \"\0\" ",…

Bogdan Verbenets
- 25,686
- 13
- 66
- 119
0
votes
0 answers
Create new template to surround multi-lined string with quotes and a plus
So I tried to create a surround-with-template in Eclipse that is supposed to surround a selected text block with quotations and only if the text block has multiple lines, it should put a + in front of these.
i.e.:
"string"
+"string"
selected_line…

Jeldrik
- 11
- 1
0
votes
0 answers
Exporting 6 WAV files from 5.1 surround AAC using ffmpeg
I'm trying to export 6 WAV files from a 5.1 surround AAC audio file using ffmpeg using this code
ffmpeg -i "input.aac" -filter_complex "channelsplit=channel_layout=5.1[FL][FR][FC][LFE][BL][BR]" -map "[FL]" front_left.wav -map "[FR]" front_right.wav…

onni82
- 501
- 1
- 4
- 5
0
votes
1 answer
How do I change how "surround with try/catch" works? In Java Eclipse
Specifically what I want is when I use the quick fix "surround with try/catch" to not add extra newlines. "surround with try/catch" shows up as a quick fix option when you mouse over code which throws a exception. For example this code shows a quick…

L. Drake
- 1
- 1
- 4
0
votes
1 answer
windows 10 vim 8.0 surround plugin not working
I am on Windows 10 64 bit. and I installed surround plugin using vim-plug plugin manager. but it seems not working. I tried it with vim 7.4 it didn't work. I tried installed surround.vim plugin. it still not working. but the plugin NERDTree along…

yuzhen
- 127
- 1
- 9
0
votes
0 answers
Java does not play multi channel wave file
I am unable to play a multi channel wave file in java using javax.sound.sampled package.
I am using an external USB 7.1 surround sound card from logilink.
The wave file is generated by myself. If I generate a stereo track, I am able to play the…

Johan
- 101
- 1
- 9
0
votes
2 answers
Vim Surround + Repeat, wraps my text with ^M
I'm using Vim's surround and repeat plugins to wrap lines of text with html tags.
I'll use "yse
" and "ys$
", they both work fine. I try to repeat the command with ".", and it shows
in the terminal, but whenever I press enter to execute the…

Andrew E.
- 129
- 3
- 10
0
votes
1 answer
Web audio api 5.1 surround example not working in firefox
I've been playing a lott lately with the Web Audio Api on both Firefox and Chrome. A few days ago i started to experiment with a surround set. When i was trying surround audio in the web audio api i came to notice that my example works fine in…

Ttommeke
- 26
- 4
0
votes
1 answer
vim-surround, cs command E319: Sorry, the command is not available in this version
I tried to execute the cs command for vim-surround. But, unfortunately, I got the E319: Sorry, the command is not available in this version message. I use the vimrc from http://amix.dk/vim/vimrc.html
This is my Vim version:
VIM - Vi IMproved 7.3…

diorahman
- 53
- 1
- 9
0
votes
1 answer
Perl: String manipulation surrounding a mathematical expression
I´m learning Perl, I would like to surrounded an expression like that
function1(mathematical_expresion1)*function2(mathematical_expresion2)
Where 'function1'and 'function2' could be whatever word and combine numbers inside, for instance function1…

Peterstone
- 7,119
- 14
- 41
- 49
0
votes
0 answers
Import Surround SCM to GIT with History information
We have large codebase in Surround SCM,
We're looking to move to something more suited to our needs, but getting our history out of Surround is proving to be a challenge.
Googling for git importers, I found that its support for svn, perforce, and…

A R S
- 33
- 2
- 17
0
votes
1 answer
How to disable internal key bindings in vim?
I am using surround vim plugin and it incorporates the use of s key but my s key is bind by default to deleting the character under the cursor and then immediately putting me in the insert mode. I tried to insert the following line in my ~/.vimrc…

UtkarshPramodGupta
- 7,486
- 7
- 30
- 54
0
votes
1 answer
No audio when streaming ac3 with Android MediaPlayer
I've written a very simple application that loops through a list of videos and streams them from a nodejs server.
I'm just doing your basic video streaming set up with the Android MediaPlayer API, and everything works great, except for surround…

Euroclydon37
- 667
- 7
- 20
0
votes
1 answer
play 6 channels audio Matlab
I want to play 6 sounds on the same time on 6 channels. (I have a logiLink and i plug 3 cables Front, Surround , Bass/Center ). I don't know how to do it.
From what I looked on google I can do it with data acquisition toolbox ( but I dont have…

Beniamin Ionut Dobre
- 175
- 1
- 3
- 12