Giter Site home page Giter Site logo

recordopus's People

Contributors

mido22 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

recordopus's Issues

Saving the .opus file in-browser?

Hey,

This is a really neat project! ๐Ÿ‘

I've been playing around a bit with it, and I'm wondering if you have any idea how to save the opus encoded data in the browser, without uploading it to the server. I'm trying to produce a standalone .opus file without uploading, decoding to wav and then re-encoding. My goal is to output the same type of file as opusenc.js, but with streaming input.

Any thoughts?

Thanks!

bug start on server side, log included

0 info it worked if it ends with ok
1 verbose cli [ '/usr/bin/node', '/usr/bin/npm', 'start' ]
2 info using [email protected]
3 info using [email protected]
4 verbose node symlink /usr/bin/node
5 verbose run-script [ 'prestart', 'start', 'poststart' ]
6 info prestart [email protected]
7 info start [email protected]
8 verbose unsafe-perm in lifecycle true
9 info [email protected] Failed to exec start script
10 error [email protected] start: node server/app.js
10 error Exit status 8
11 error Failed at the [email protected] start script.
11 error This is most likely a problem with the recordOpus package,
11 error not with npm itself.
11 error Tell the author that this fails on your system:
11 error node server/app.js
11 error You can get their info via:
11 error npm owner ls recordOpus
11 error There is likely additional logging output above.
12 error System Linux 3.2.0-4-amd64
13 error command "/usr/bin/node" "/usr/bin/npm" "start"
14 error cwd /home/andrey/recordOpus-master
15 error node -v v0.10.38
16 error npm -v 1.4.28
17 error code ELIFECYCLE
18 verbose exit [ 1, true ]

Server emit to all users

When using server in multi user environment all users will receive each other emit events for finished recording.
problem is in

function returnLink(data, filepath){
    data.path = filepath;
    delete data.blob;
    io.emit('link', data);
} 

You are using io instance and it makes global emits, you should propagate each users socket instance and use it.

No sound recorded

Files are written to file system and have expected length but they contain no sound record. Possible reason is that i had to change http port to 8080 in app.js, i did update socket.io to connect to same port.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.