Giter VIP home page Giter VIP logo

audio.wave's Introduction

๐Ÿ‘‹ Hi! I am an associate professor at ๐Ÿฆ Mines Paris โ€“ PSL university (France), interested in:

  • ๐Ÿฆ‰ Mathematics for Humans
  • ๐Ÿ–ฅ๏ธ Software Engineering
  • ๐Ÿš€ Digital Technology
  • ๐ŸŽ“ Higher Education

Management

  • Executive team member of the "Institute for Digital Transformations" (2023)
    ๐Ÿฆ ITN (๐Ÿ‡ซ๐Ÿ‡ท https://itn.dev/).

Formerly:

  • Designer of the new STEM curriculum (2018โ€“2021)
    ๐Ÿฆ Mines Paris "cycle ingรฉnieur civil" program.

  • Associate Dean of Higher Institute of Control and Software Engineering (2000-2007)
    ๐Ÿฆ Institut Supรฉrieur d'Informatique et Automatique โ€“ ISIA.

Research in Applied Mathematics and Software Engineering

Open-source Development

  • ๐Ÿ“– Pandoc (Python): a universal document transformation toolkit. (~4M downloads, PyPi "critical" status)
  • ๐Ÿ“ก Bitstream: binary streams management for humans. (~200k downloads)
  • ๐Ÿค Pioupiou: a nano probabilistic programming language.
  • ๐Ÿช… and many more ...

Teaching & Open Education

Mathematics
Control Engineering, Robotics and Signal Processing
Programming, Embedded Systems and IoT

audio.wave's People

Contributors

boisgera avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

audio.wave's Issues

Change layout of the array data

Instead of the current convention which is array[channel][sample], consider array[sample][channel].
Study the different (potential) benefits:

  • works "out of the box" with matplotlib plot (not only when the data is mono),

  • memory representation closer to wave file content (?) and thus simpler / more efficient
    (depends on if Fortran or C convention is used for arrays I guess, have a look at that).

  • the result of len is more natural.

Questions / TODO:

  • for mono data, do we still accept (and produce ?) a "unboxed" representation
    with array of floats instead of arrays of arrays of size 1 ? Or only accept it,
    but always produce an array of array (flatten does the job to unbox the data).
    Is the flatten even necessary for most use cases?

  • study the changes to propagate to client software, see use cases.
    Is it better with the changes?

  • bump to a major version (incompatible change)

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.