Skip to content
Snippets Groups Projects

[modules] : web audio worklet

Open Mehdi Sabwat requested to merge vlcjs/wip/worklet into vlcjs/upstream
1 unresolved thread

[] testing multiple channels [] separate web audio api [] review

Edited by Mehdi Sabwat

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
212 342 static void Play( audio_output_t *aout, block_t *block, vlc_tick_t date)
213 343 {
214 344 VLC_UNUSED(date);
215 const char* data = (char *)block->p_buffer;
345 const int8_t* data = (int8_t *)block->p_buffer;
  • Mehdi Sabwat changed title from [audio] : worklet to [modules] : web audio worklet

    changed title from [audio] : worklet to [modules] : web audio worklet

  • Please register or sign in to reply
    Loading