~ubuntu-branches/ubuntu/utopic/ecasound2.2/utopic

« back to all changes in this revision

Viewing changes to libecasound/samplebuffer.h

  • Committer: Bazaar Package Importer
  • Author(s): Junichi Uekawa
  • Date: 2008-03-23 21:42:49 UTC
  • mfrom: (3.1.6 hardy)
  • Revision ID: james.westby@ubuntu.com-20080323214249-evlfv3y1o8q747la
Tags: 2.4.6.1-2
* Bug fix: "FTBFS with GCC 4.3: missing #includes", thanks to Martin
  Michlmayr (Closes: #454890).
- 13_gcc4: updated

Show diffs side-by-side

added added

removed removed

Lines of Context:
75
75
 
76
76
  void divide_by(sample_t dvalue);
77
77
  void limit_values(void);
 
78
  void make_empty(void);
 
79
  bool is_empty(void) const { return buffersize_rep == 0; }
78
80
  void make_silent(void);
79
81
  void make_silent_range(buf_size_t start_pos, buf_size_t end_pos);
80
82
  void resample(SAMPLE_SPECS::sample_rate_t from_rate, SAMPLE_SPECS::sample_rate_t to_rate);