E
E
Egor Paliev2016-02-13 22:21:02
Bluetooth
Egor Paliev, 2016-02-13 22:21:02

How to transfer audio from PC to laptop?

There is a need to stream sounds from a computer to a laptop. It is necessary to transfer with minimum delays.
It is preferable to transfer via USB, since WiFi is extremely unstable.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
S
Sergey Yakovlev, 2016-02-13
@Serginhio

A jack-jack cable to the speakers and microphone, respectively?

R
Rustamka Vorontsov, 2014-10-23
@iTeam91

why do you need jQuery if you don't use it?
.html(0)
Working code

var n = 3;
var n4 = n*n*n*n;
var cells = [];

function declare_grid()
{
    document.writeln('    <div class="grid-container">');
    for (var i = 0; i < n4; i++)
    {
  document.writeln('        <div class="grid-cell" id = "grid-cell'+i+'"></div>');
    }
    document.writeln('    </div>');
        for (var i = 0; i < n4; i++)
    {
  cells[i] = document.getElementById('grid-cell' +i)
        cells[i].style.backgroundColor = "#258";  // этот код работает
    }
    //    cells[0].innerHTML = '0';   если убрать комментарий не работает
   //     document.getElementById('grid-cell0').innerHTML = '0';   тоже не работает
}

function grid_initialize()
{
    // Те же самые инструкции попробовал. Результат такой же
     //    cells[0].innerHTML = '0';   если убрать комментарий не работает
   //     document.getElementById('grid-cell0').innerHTML = '0';   тоже не работает
}

A
Aitym Ramazanov, 2014-10-23
@iTeam91

Here is the generated html

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question