Welcome to the documentation for aus!¶

Usage¶

Installation¶

To use aus, first install it using pip:

(.venv) $ pip install aus-python

Contents:

  • aus.analysis
    • analyzer()
    • energy()
    • spectral_centroid()
    • spectral_entropy()
    • spectral_flatness()
    • spectral_kurtosis()
    • spectral_roll_off_point()
    • spectral_skewness()
    • spectral_slope()
    • spectral_slope_region()
    • spectral_variance()
    • zero_crossing_rate()
  • aus.audiofile
    • AudioFile
    • convert()
    • find_files()
    • read()
    • write_with_pedalboard()
  • aus.granulator
    • extract_grain()
    • find_max_grain_dbfs()
    • merge_grains()
    • scale_grain_peaks()
  • aus.operations
    • adjust_level()
    • beat_envelope()
    • beat_envelope_multichannel()
    • calculate_dc_bias()
    • cpsmidi()
    • dbfs()
    • dbfs_audio()
    • dbfs_max_local()
    • dbfs_min_local()
    • exchanger()
    • fade_in()
    • fade_out()
    • force_equal_energy()
    • leak_dc_bias_averager()
    • leak_dc_bias_filter()
    • midicps()
    • midiratio()
    • mixdown()
    • pan_level_adjuster()
    • pan_mapper()
    • panner()
    • stochastic_exchanger()
  • aus.plot
    • plot_audio()
    • plot_spectrogram()
    • plot_spectrum()
  • aus.sampler
    • detect_loop_points()
    • detect_major_peaks()
    • detect_peaks()
    • extract_samples()
    • fit_amplitude_envelope()
    • identify_amplitude_regions()
  • aus.spectrum
    • fft_data_decompose()
    • fft_data_recompose()
  • aus.synthesis
    • saw()
    • sine()
    • square()
    • triangle()

Indices and tables¶

  • Index

  • Module Index

  • Search Page

aus

Navigation

Contents:

  • aus.analysis
  • aus.audiofile
  • aus.granulator
  • aus.operations
  • aus.plot
  • aus.sampler
  • aus.spectrum
  • aus.synthesis

Related Topics

  • Documentation overview
    • Next: aus.analysis

Quick search

©2024, Jeff Martin. | Powered by Sphinx 7.1.2 & Alabaster 0.7.13 | Page source